]> jfr.im git - solanum.git/blob - libratbox/src/Makefile.am
sync libratbox - r25599 + charybdis packaging patch
[solanum.git] / libratbox / src / Makefile.am
1 # $Id: Makefile.am 25532 2008-06-11 14:40:44Z androsyn $
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I. -I../include @SSL_CFLAGS@ @GNUTLS_CFLAGS@
6
7 libratbox_la_SOURCES = \
8 unix.c \
9 win32.c \
10 crypt.c \
11 balloc.c \
12 commio.c \
13 openssl.c \
14 gnutls.c \
15 nossl.c \
16 event.c \
17 ratbox_lib.c \
18 rb_memory.c \
19 linebuf.c \
20 snprintf.c \
21 tools.c \
22 helper.c \
23 devpoll.c \
24 epoll.c \
25 poll.c \
26 ports.c \
27 sigio.c \
28 select.c \
29 kqueue.c \
30 rawbuf.c \
31 patricia.c
32
33
34 libratbox_la_LDFLAGS = -version-info 3:0:0 -no-undefined -export-symbols export-syms.txt
35 libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@ @GNUTLS_LIBS@
36 lib_LTLIBRARIES = libratbox.la
37