chiark / gitweb /
lib/home.c: Introduce functions for building pathmames in home directories.
[disorder] / lib / Makefile.am
index 22a9097fdda5b952625be088b6e6e7c0253662fd..249bd98b79b32e45134c1fab538142655b991fca 100644 (file)
@@ -29,7 +29,6 @@ endif
 
 libdisorder_a_SOURCES=charset.c charsetf.c charset.h   \
        addr.c addr.h                                   \
-       arcfour.c arcfour.h                             \
        authhash.c authhash.h                           \
        basen.c basen.h                                 \
        base64.c base64.h                               \
@@ -53,6 +52,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h  \
        hash.c hash.h                                   \
        heap.h                                          \
        hex.c hex.h                                     \
+       home.c home.h                                   \
        hostname.c hostname.h                           \
        hreader.h                                       \
        ifreq.c ifreq.h                                 \
@@ -67,10 +67,12 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.h        \
        asprintf.c fprintf.c snprintf.c                 \
        queue.c queue.h                                 \
        random.c random.h                               \
+       regexp.c regexp.h                               \
        regsub.c regsub.h                               \
        resample.c resample.h                           \
        rights.c queue-rights.c rights.h                \
        rtp.h                                           \
+       salsa208.c salsa208.h                           \
        selection.c selection.h                         \
        sendmail.c sendmail.h                           \
        signame.c signame.h                             \