]> jfr.im git - solanum.git/blame - librb/src/Makefile.am
librb: silence some fairly harmless compiler warnings
[solanum.git] / librb / src / Makefile.am
CommitLineData
db137867
AC
1
2AUTOMAKE_OPTIONS = foreign
3
eec2776c 4AM_CPPFLAGS = -I. -I../include @SSL_CFLAGS@ @GNUTLS_CFLAGS@ @MBEDTLS_CFLAGS@
db137867 5
3202e249
VY
6BUILT_SOURCES = version.c
7
8version.c: version.c.SH ../CREDITS
9 $(SHELL) ./version.c.SH
10 $(CP) version.c version.c.last
11
12version.lo: version.c ../include/serno.h
13 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
14
c83f2f5e 15librb_la_SOURCES = \
db137867
AC
16 unix.c \
17 win32.c \
18 crypt.c \
19 balloc.c \
20 commio.c \
cd492e44 21 mbedtls.c \
db137867 22 openssl.c \
2bd29df9 23 gnutls.c \
db137867
AC
24 nossl.c \
25 event.c \
fe037171 26 rb_lib.c \
db137867
AC
27 rb_memory.c \
28 linebuf.c \
db137867
AC
29 tools.c \
30 helper.c \
31 devpoll.c \
32 epoll.c \
33 poll.c \
34 ports.c \
35 sigio.c \
36 select.c \
37 kqueue.c \
38 rawbuf.c \
a9fb3ed0 39 patricia.c \
a4bf26dd
EM
40 dictionary.c \
41 radixtree.c \
3202e249
VY
42 arc4random.c \
43 version.c
5203cba5 44
c83f2f5e
AC
45librb_la_LDFLAGS = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@ -avoid-version -no-undefined -export-symbols export-syms.txt
46librb_la_LIBADD = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@
47lib_LTLIBRARIES = librb.la