error handling
[oweals/gnunet.git] / src / mysql / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include
3
4 if USE_COVERAGE
5   AM_CFLAGS = --coverage
6 endif
7
8 if HAVE_MYSQL
9 lib_LTLIBRARIES = libgnunetmysql.la
10 endif
11
12 libgnunetmysql_la_SOURCES = \
13   mysql.c
14 libgnunetmysql_la_LIBADD = $(MYSQL_LDFLAGS) -lmysqlclient \
15  $(top_builddir)/src/util/libgnunetutil.la
16 libgnunetmysql_la_LDFLAGS = \
17  $(GN_LIB_LDFLAGS) \
18   -version-info 0:0:0