]> jfr.im git - solanum.git/blob - libratbox/src/Makefile.am
Automated merge with ssh://hg.atheme.org//hg/charybdis
[solanum.git] / libratbox / src / Makefile.am
1 # $Id: Makefile.am 25689 2008-07-10 17:13:27Z 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 arc4random.c
33
34
35 libratbox_la_LDFLAGS = -avoid-version -no-undefined -export-symbols export-syms.txt
36 libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@ @GNUTLS_LIBS@
37 lib_LTLIBRARIES = libratbox.la
38