Missing declarations
[oweals/gnunet.git] / src / mysql / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 if MINGW
4   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5 endif
6
7 if USE_COVERAGE
8   AM_CFLAGS = --coverage
9 endif
10
11 lib_LTLIBRARIES = libgnunetmysql.la
12
13 libgnunetmysql_la_SOURCES = \
14   mysql.c
15 libgnunetmysql_la_LIBADD = -lmysqlclient \
16  $(top_builddir)/src/util/libgnunetutil.la  
17 libgnunetmysql_la_LDFLAGS = \
18  $(GN_LIB_LDFLAGS) \
19   -version-info 0:0:0
20