aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-16 04:59:05 +0000
committerGabor X Toth <*@tg-x.net>2013-09-16 04:59:05 +0000
commitf78e9753a91497f1deb5e20d10868c27ab4a6013 (patch)
treef49653367e00fd4b611ec6ec281144d4568bd111 /src/psycstore/Makefile.am
parentfbae7143d25a258b9dfabefa9ca3956e9228cb0e (diff)
downloadgnunet-f78e9753a91497f1deb5e20d10868c27ab4a6013.tar.gz
gnunet-f78e9753a91497f1deb5e20d10868c27ab4a6013.zip
PSYCstore service and API implementation
Diffstat (limited to 'src/psycstore/Makefile.am')
-rw-r--r--src/psycstore/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am
index 6f5c7187f..8448f45e8 100644
--- a/src/psycstore/Makefile.am
+++ b/src/psycstore/Makefile.am
@@ -104,9 +104,3 @@ test_plugin_psycstore_sqlite_SOURCES = \
104test_plugin_psycstore_sqlite_LDADD = \ 104test_plugin_psycstore_sqlite_LDADD = \
105 $(top_builddir)/src/testing/libgnunettesting.la \ 105 $(top_builddir)/src/testing/libgnunettesting.la \
106 $(top_builddir)/src/util/libgnunetutil.la 106 $(top_builddir)/src/util/libgnunetutil.la
107
108test_plugin_psycstore_postgres_SOURCES = \
109 test_plugin_psycstore.c
110test_plugin_psycstore_postgres_LDADD = \
111 $(top_builddir)/src/testing/libgnunettesting.la \
112 $(top_builddir)/src/util/libgnunetutil.la