chiark / gitweb /
lib/home.c: Introduce functions for building pathmames in home directories.
[disorder] / lib / Makefile.am
index 279f073a48f78278356423eb38de065bff1b8e92..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                                 \
@@ -72,6 +72,7 @@ libdisorder_a_SOURCES=charset.c charsetf.c charset.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                             \