diff options
author | Michal Ratajsky <[email protected]> | 2014-06-13 17:36:14 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-13 17:36:14 +0200 |
commit | a2290d5e13ccee88fd9ae66a3895eb4da646f81f (patch) | |
tree | 4948171de11f476e5a0b7d7d44bdbad8b422d812 /backends/pulse/Makefile.am | |
parent | 7cf09a2b40a507caf2bea0c54af00da84a8f88af (diff) | |
download | libmatemixer-a2290d5e13ccee88fd9ae66a3895eb4da646f81f.tar.bz2 libmatemixer-a2290d5e13ccee88fd9ae66a3895eb4da646f81f.tar.xz |
Weekly update
Diffstat (limited to 'backends/pulse/Makefile.am')
-rw-r--r-- | backends/pulse/Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/backends/pulse/Makefile.am b/backends/pulse/Makefile.am index 2cc7b5e..fe0d459 100644 --- a/backends/pulse/Makefile.am +++ b/backends/pulse/Makefile.am @@ -11,12 +11,19 @@ libmatemixer_pulse_la_CFLAGS = \ $(PULSEAUDIO_CFLAGS) libmatemixer_pulse_la_SOURCES = \ - pulse.c \ - pulse.h \ + 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-enums.h \ + pulse-enum-types.c \ + pulse-enum-types.h \ + pulse-helpers.c \ + pulse-helpers.h \ pulse-stream.c \ pulse-stream.h \ pulse-sink.c \ @@ -34,6 +41,7 @@ libmatemixer_pulse_la_LIBADD = \ libmatemixer_pulse_la_LDFLAGS = \ -avoid-version \ + -no-undefined \ -export-dynamic \ -module |