chiark / gitweb /
socketio sink
[disorder] / lib / Makefile.am
index 241c71e732b91d3dbb4a4e573f2fdd7179f4f0b1..c1d927cbce290b6fd04a7cdb5a1f930fedc9d93a 100644 (file)
@@ -73,6 +73,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h  \
        sendmail.c sendmail.h                           \
        signame.c signame.h                             \
        sink.c sink.h                                   \
+       socketio.c socketio.h                           \
        speaker-protocol.c speaker-protocol.h           \
        split.c split.h                                 \
        strptime.c strptime.h                           \
@@ -85,6 +86,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                                     \
@@ -95,6 +97,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h  \
        validity.c validity.h                           \
        vector.c vector.h                               \
        version.c version.h                             \
+       versionstring.c                                 \
        wav.h wav.c                                     \
        wstat.c wstat.h                                 \
        disorder.h
@@ -105,7 +108,7 @@ version-string: ../config.status ${top_srcdir}/scripts/make-version-string
                echo rm -f $@.new; rm -f $@.new; else \
                echo mv $@.new $@; mv $@.new $@; fi
 
-versionstring.h: version-string ${top_srcdir}/scripts/text2c
+versionstring.c: version-string ${top_srcdir}/scripts/text2c
        ${top_srcdir}/scripts/text2c -extern disorder_version_string \
                version-string > $@.new
        @if cmp $@.new $@; then \
@@ -131,8 +134,8 @@ definitions.h: Makefile
        @if cmp $@.new $@; then \
                echo rm -f $@.new; rm -f $@.new; else \
                echo mv $@.new $@; mv $@.new $@; fi
-defs.o: definitions.h versionstring.h
-defs.lo: definitions.h versionstring.h
+defs.o: definitions.h
+defs.lo: definitions.h
 
 client.o: client-stubs.c