aboutsummaryrefslogtreecommitdiff
path: root/src/postgres
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-14 12:06:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-14 12:06:18 +0000
commit9df4cb72d3e3b914caa8e1dc451519715a360026 (patch)
treef020046b369296c67e0835cafbb4b3bfe643463c /src/postgres
parent3ab14ab0253aeb1e715caad470e8f308c8243cdf (diff)
downloadgnunet-9df4cb72d3e3b914caa8e1dc451519715a360026.tar.gz
gnunet-9df4cb72d3e3b914caa8e1dc451519715a360026.zip
-make buildbots happier
Diffstat (limited to 'src/postgres')
-rw-r--r--src/postgres/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/postgres/Makefile.am b/src/postgres/Makefile.am
index 85fac752f..a9a7cdfae 100644
--- a/src/postgres/Makefile.am
+++ b/src/postgres/Makefile.am
@@ -8,12 +8,14 @@ if USE_COVERAGE
8 AM_CFLAGS = --coverage 8 AM_CFLAGS = --coverage
9endif 9endif
10 10
11if HAVE_POSTGRES
11lib_LTLIBRARIES = libgnunetpostgres.la 12lib_LTLIBRARIES = libgnunetpostgres.la
13endif
12 14
13libgnunetpostgres_la_SOURCES = \ 15libgnunetpostgres_la_SOURCES = \
14 postgres.c 16 postgres.c
15libgnunetpostgres_la_LIBADD = -lpq \ 17libgnunetpostgres_la_LIBADD = -lpq \
16 $(top_builddir)/src/util/libgnunetutil.la 18 $(top_builddir)/src/util/libgnunetutil.la
17libgnunetpostgres_la_LDFLAGS = \ 19libgnunetpostgres_la_LDFLAGS = \
18 $(GN_LIB_LDFLAGS) \ 20 $(GN_LIB_LDFLAGS) \
19 -version-info 0:0:0 21 -version-info 0:0:0