chiark / gitweb /
uaudio: pulseaudio support
[disorder] / lib / Makefile.am
index c8ac6a944caf28505e9d927d5c9b0f85b2d76ed2..4f7be92daf7a7d9929533add79d91c7719203ff0 100644 (file)
@@ -1,6 +1,6 @@
 #
 # This file is part of DisOrder.
-# Copyright (C) 2004-2010 Richard Kettlewell
+# Copyright (C) 2004-2010, 2012, 2013 Richard Kettlewell
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h  \
        coreaudio.c coreaudio.h                         \
        dateparse.c dateparse.h xgetdate.c              \
        defs.c defs.h                                   \
-       eclient.c eclient.h                             \
+       eclient.c eclient.h eclient-stubs.h             \
        email.c                                         \
        eventdist.c eventdist.h                         \
        event.c event.h                                 \
@@ -76,7 +76,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h  \
        speaker-protocol.c speaker-protocol.h           \
        split.c split.h                                 \
        strptime.c strptime.h                           \
-       syscalls.c syscalls.h                           \
+       syscalls.c syscallsrt.c syscalls.h              \
        common.h                                        \
        table.c table.h                                 \
        timeval.h                                       \
@@ -85,6 +85,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h  \
        tracksort.c                                     \
        uaudio.c uaudio-thread.c uaudio.h uaudio-apis.c \
        uaudio-oss.c uaudio-alsa.c                      \
+       uaudio-pulseaudio.c                             \
        uaudio-coreaudio.c                              \
        uaudio-rtp.c uaudio-command.c uaudio-schedule.c \
        url.h url.c                                     \
@@ -142,4 +143,4 @@ rebuild-unicode:
 CLEANFILES=definitions.h definitions.h.new version-string versionstring.h \
           *.gcda *.gcov *.gcno *.c.html index.html
 
-EXTRA_DIST=trackdb.c trackdb-stub.c client-stubs.c
+EXTRA_DIST=trackdb.c trackdb-stub.c client-stubs.c eclient-stubs.c