build-sys: Remove time-smoother and shm from libpulsecore
authorMaarten Bosmans <mkbosmans@gmail.com>
Wed, 19 Oct 2011 12:10:13 +0000 (14:10 +0200)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 14 Nov 2011 05:38:04 +0000 (11:08 +0530)
As they are already included in libpulsecommon.

src/Makefile.am

index b4930d4..c23b8b4 100644 (file)
@@ -830,7 +830,6 @@ libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \
                pulsecore/sconv_sse.c \
                pulsecore/sconv.c pulsecore/sconv.h \
                pulsecore/shared.c pulsecore/shared.h \
-               pulsecore/shm.c pulsecore/shm.h \
                pulsecore/sink-input.c pulsecore/sink-input.h \
                pulsecore/sink.c pulsecore/sink.h \
                pulsecore/sioman.c pulsecore/sioman.h \
@@ -840,7 +839,6 @@ libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \
                pulsecore/source.c pulsecore/source.h \
                pulsecore/start-child.c pulsecore/start-child.h \
                pulsecore/thread-mq.c pulsecore/thread-mq.h \
-               pulsecore/time-smoother.c pulsecore/time-smoother.h \
                pulsecore/database.h
 
 libpulsecore_@PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS) $(SERVER_CFLAGS) $(LIBSAMPLERATE_CFLAGS) $(LIBSPEEX_CFLAGS) $(LIBSNDFILE_CFLAGS) $(WINSOCK_CFLAGS)