chiark / gitweb /
'confirm' now logs the user in (and sends back their username so the
[disorder] / lib / Makefile.am
index 9b8493736d8c7b9b8332974fb8d1c84ad0c20a86..3c3a96d07ddc357347ac6bdddc68ea4159786636 100644 (file)
@@ -40,6 +40,7 @@ libdisorder_a_SOURCES=charset.c charset.h             \
        hash.c hash.h                                   \
        heap.h                                          \
        hex.c hex.h                                     \
+       hostname.c hostname.h                           \
        ifreq.c ifreq.h                                 \
        inputline.c inputline.h                         \
        kvp.c kvp.h                                     \
@@ -47,7 +48,7 @@ libdisorder_a_SOURCES=charset.c charset.h             \
        logfd.c logfd.h                                 \
        mem.c mem.h mem-impl.h                          \
        mime.h mime.c                                   \
-       mixer.c mixer.h                                 \
+       mixer.c mixer.h mixer-oss.c mixer-alsa.c        \
        plugin.c plugin.h                               \
        printf.c printf.h                               \
        asprintf.c fprintf.c snprintf.c                 \
@@ -56,6 +57,7 @@ libdisorder_a_SOURCES=charset.c charset.h             \
        rights.c queue-rights.c rights.h                \
        rtp.h                                           \
        selection.c selection.h                         \
+       sendmail.c sendmail.h                           \
        signame.c signame.h                             \
        sink.c sink.h                                   \
        speaker-protocol.c speaker-protocol.h           \