]> jfr.im git - solanum.git/blobdiff - librb/src/Makefile.am
um_callerid: Only people can have common channels
[solanum.git] / librb / src / Makefile.am
index fb6c97b5ccf5becb8f4041a36eaba50a24307f0e..8fb228759b94eeb3fa7f4c8a3b84b7f5cdf1401a 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Makefile.am 26046 2008-09-09 16:37:30Z androsyn $
 
 AUTOMAKE_OPTIONS = foreign
 
@@ -24,7 +23,7 @@ librb_la_SOURCES =                    \
        gnutls.c                        \
        nossl.c                         \
        event.c                         \
-       ratbox_lib.c                    \
+       rb_lib.c                        \
        rb_memory.c                     \
        linebuf.c                       \
        tools.c                         \
@@ -38,9 +37,11 @@ librb_la_SOURCES =                   \
        kqueue.c                        \
        rawbuf.c                        \
        patricia.c                      \
+       dictionary.c                    \
+       radixtree.c                     \
        arc4random.c                    \
        version.c
 
 librb_la_LDFLAGS = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@ -avoid-version -no-undefined -export-symbols export-syms.txt
-librb_la_LIBADD = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@
+librb_la_LIBADD = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@ @LIBSCTP_LD@
 lib_LTLIBRARIES = librb.la