]> jfr.im git - irc/rqf/shadowircd.git/blob - libratbox/src/Makefile.am
Fix kqueue sometimes dropping updates.
[irc/rqf/shadowircd.git] / libratbox / src / Makefile.am
1 # $Id: Makefile.am 24820 2008-01-02 19:47:32Z androsyn $
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I. -I../include @SSL_INCLUDES@
6
7 libratbox_la_SOURCES = \
8 unix.c \
9 win32.c \
10 crypt.c \
11 balloc.c \
12 commio.c \
13 openssl.c \
14 nossl.c \
15 event.c \
16 ratbox_lib.c \
17 rb_memory.c \
18 linebuf.c \
19 snprintf.c \
20 tools.c \
21 helper.c \
22 devpoll.c \
23 epoll.c \
24 poll.c \
25 ports.c \
26 sigio.c \
27 select.c \
28 kqueue.c \
29 rawbuf.c \
30 patricia.c
31
32
33 libratbox_la_LDFLAGS = -avoid-version -no-undefined -export-symbols export-syms.txt
34 libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@
35 lib_LTLIBRARIES = libratbox.la
36