- debug
[oweals/gnunet.git] / src / scalarproduct / Makefile.am
index 33d7df5713b03e807868c87cd0481eb7d7d979ea..c4c56a802d739a9b2d439305d3271c91a0401ee4 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 
@@ -53,10 +53,10 @@ libgnunetscalarproduct_la_LIBADD = \
 libgnunetscalarproduct_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)
 
-check_PROGRAMS = \
-       test_scalarproduct_api_regression \
-       test_scalarproduct_api \
-       test_scalarproduct_api_4peers
+#check_PROGRAMS = \
+#      test_scalarproduct_api_regression \
+#      test_scalarproduct_api \
+#      test_scalarproduct_api_4peers
 #FIXME unfinished
 #test_scalarproduct_api_regression2 
 
@@ -64,13 +64,6 @@ if ENABLE_TEST_RUN
   TESTS = $(check_PROGRAMS)
 endif
 
-test_consensus_api_SOURCES = \
- test_consensus_api.c
-test_consensus_api_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/testing/libgnunettesting.la \
-  $(top_builddir)/src/consensus/libgnunetconsensus.la
-
 test_scalarproduct_api_SOURCES = \
   test_scalarproduct_api.c
 test_scalarproduct_api_LDADD = \