- document string termination
[oweals/gnunet.git] / src / psycstore / Makefile.am
index 8448f45e8ea64b80430d2f3b1b1cde6d384c5c44..40cd3ce6d240e2660a249409f9c5131b40cc7b0e 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 plugindir = $(libdir)/gnunet
 
@@ -76,8 +76,8 @@ libgnunet_plugin_psycstore_sqlite_la_DEPENDENCIES = \
 
 if HAVE_TESTING
 check_PROGRAMS = \
test_psycstore \
- $(SQLITE_TESTS)
$(SQLITE_TESTS) \
+ test_psycstore
 endif
 
 if ENABLE_TEST_RUN