adding libgnunetpostgres for shared postgres functionality between postgres datastore...
[oweals/gnunet.git] / src / postgres / 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 = libgnunetpostgres.la
12
13 libgnunetpostgres_la_SOURCES = \
14   postgres.c
15 libgnunetpostgres_la_LIBADD = -lpq \
16  $(top_builddir)/src/util/libgnunetutil.la  
17 libgnunetpostgres_la_LDFLAGS = \
18  $(GN_LIB_LDFLAGS) \
19   -version-info 0:0:0
20