diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2012-03-09 08:43:19 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-03-09 09:20:47 +0200 |
commit | 24ff7196753a3273bac34e87bdcf42384f974d45 (patch) | |
tree | a576d5ac7bfa4208a972c0d77c6675a35bd40dd8 | |
parent | d6755696b4b2e95d8239d8d7e01333529863484d (diff) |
build-sys: Remove the public API stuff from libpulsecommon.
That stuff is already in libpulse, so those files got
compiled twice.
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9aa31f47..130d33b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -536,14 +536,6 @@ pkglib_LTLIBRARIES = \ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \ pulse/client-conf.c pulse/client-conf.h \ pulse/fork-detect.c pulse/fork-detect.h \ - pulse/xmalloc.c pulse/xmalloc.h \ - pulse/proplist.c pulse/proplist.h \ - pulse/utf8.c pulse/utf8.h \ - pulse/channelmap.c pulse/channelmap.h \ - pulse/sample.c pulse/sample.h \ - pulse/util.c pulse/util.h \ - pulse/timeval.c pulse/timeval.h \ - pulse/rtclock.c pulse/rtclock.h \ pulsecore/atomic.h \ pulsecore/authkey.c pulsecore/authkey.h \ pulsecore/conf-parser.c pulsecore/conf-parser.h \ |