chiark / gitweb /
Online registration now sends email. The confirmation URL doesn't
[disorder] / lib / Makefile.am
index 7b4ce0a61f07a3716efffadcd05a6d057ea0632c..d658f862adfe3401ff9a554c147cf5dc7bfa737f 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                                     \
@@ -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           \
@@ -66,6 +68,7 @@ libdisorder_a_SOURCES=charset.c charset.h             \
        timeval.h                                       \
        trackdb.h trackdb.c trackdb-int.h               \
        trackname.c trackname.h                         \
+       url.h url.c                                     \
        user.h user.c                                   \
        unicode.h unicode.c                             \
        unidata.h unidata.c                             \