diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-04 00:52:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-04 00:52:25 +0200 |
commit | 61ef51d43a9069b5a2d680883b5d47c1fb237d82 (patch) | |
tree | ec8f0f49eef374d7e9e67959f28ba412a0d88aea /src/datastore/Makefile.am | |
parent | 8f254866dc993d2e832ef12ea7b4179f87ab3bd9 (diff) |
finish datastore pq refactoring
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r-- | src/datastore/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index 9b8cf365fd..240abbc674 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -148,7 +148,6 @@ libgnunet_plugin_datastore_postgres_la_SOURCES = \ plugin_datastore_postgres.c libgnunet_plugin_datastore_postgres_la_LIBADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ - $(top_builddir)/src/postgres/libgnunetpostgres.la \ $(top_builddir)/src/pq/libgnunetpq.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq libgnunet_plugin_datastore_postgres_la_LDFLAGS = \ |