]> jfr.im git - solanum.git/blame - libratbox/src/Makefile.am
libratbox sync - r25796
[solanum.git] / libratbox / src / Makefile.am
CommitLineData
a9fb3ed0 1# $Id: Makefile.am 25689 2008-07-10 17:13:27Z androsyn $
db137867
AC
2
3AUTOMAKE_OPTIONS = foreign
4
c2ac22cc 5INCLUDES = -I. -I../include @SSL_CFLAGS@ @GNUTLS_CFLAGS@
db137867
AC
6
7libratbox_la_SOURCES = \
8 unix.c \
9 win32.c \
10 crypt.c \
11 balloc.c \
12 commio.c \
13 openssl.c \
fc8711d1 14 gnutls.c \
db137867
AC
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 \
a9fb3ed0
VY
31 patricia.c \
32 arc4random.c
db137867
AC
33
34
a9fb3ed0 35libratbox_la_LDFLAGS = -avoid-version -no-undefined -export-symbols export-syms.txt
c2ac22cc 36libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@ @GNUTLS_LIBS@
db137867
AC
37lib_LTLIBRARIES = libratbox.la
38