chiark / gitweb /
uaudio: fake blocking for play callbacks
[disorder] / lib / Makefile.am
index c8ac6a944caf28505e9d927d5c9b0f85b2d76ed2..241c71e732b91d3dbb4a4e573f2fdd7179f4f0b1 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                                       \
@@ -142,4 +142,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