diff options
author | Michal Ratajsky <[email protected]> | 2014-08-18 20:49:17 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-08-18 20:49:17 +0200 |
commit | 5f20ab328add9442082277a57c23273a3a2125ed (patch) | |
tree | fb458ba63f25db35de6b5a9c9acf0f967020107f /backends/pulse/Makefile.am | |
parent | 94d24482d8b1013947c0e2dac7330180b6ae02f6 (diff) | |
download | libmatemixer-5f20ab328add9442082277a57c23273a3a2125ed.tar.bz2 libmatemixer-5f20ab328add9442082277a57c23273a3a2125ed.tar.xz |
Global update
Diffstat (limited to 'backends/pulse/Makefile.am')
-rw-r--r-- | backends/pulse/Makefile.am | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/backends/pulse/Makefile.am b/backends/pulse/Makefile.am index 0e5a4d6..4c851bf 100644 --- a/backends/pulse/Makefile.am +++ b/backends/pulse/Makefile.am @@ -3,6 +3,7 @@ backenddir = $(libdir)/libmatemixer backend_LTLIBRARIES = libmatemixer-pulse.la AM_CPPFLAGS = \ + -Wno-unknown-pragmas \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"libmatemixer-pulse\" @@ -13,12 +14,14 @@ libmatemixer_pulse_la_CFLAGS = \ libmatemixer_pulse_la_SOURCES = \ pulse-backend.c \ pulse-backend.h \ - pulse-client-stream.c \ - pulse-client-stream.h \ pulse-connection.c \ pulse-connection.h \ pulse-device.c \ pulse-device.h \ + pulse-device-profile.c \ + pulse-device-profile.h \ + pulse-device-switch.c \ + pulse-device-switch.h \ pulse-enums.h \ pulse-enum-types.c \ pulse-enum-types.h \ @@ -28,16 +31,31 @@ libmatemixer_pulse_la_SOURCES = \ pulse-helpers.h \ pulse-monitor.c \ pulse-monitor.h \ + pulse-port.c \ + pulse-port.h \ + pulse-port-switch.c \ + pulse-port-switch.h \ pulse-stream.c \ pulse-stream.h \ + pulse-stream-control.c \ + pulse-stream-control.h \ pulse-sink.c \ pulse-sink.h \ + pulse-sink-control.c \ + pulse-sink-control.h \ pulse-sink-input.c \ pulse-sink-input.h \ + pulse-sink-switch.c \ + pulse-sink-switch.h \ pulse-source.c \ pulse-source.h \ + pulse-source-control.c \ + pulse-source-control.h \ pulse-source-output.c \ - pulse-source-output.h + pulse-source-output.h \ + pulse-source-switch.c \ + pulse-source-switch.h \ + pulse-types.h libmatemixer_pulse_la_LIBADD = \ $(GLIB_LIBS) \ |