-fix
[oweals/gnunet.git] / src / regex / Makefile.am
index 1284111d8ec53542e9f047d51c903eeeaa5f7181..cd55d755e8f14b9298f1e946b1182bacc593042c 100644 (file)
@@ -12,7 +12,7 @@ lib_LTLIBRARIES = libgnunetregex.la
 
 libgnunetregex_la_SOURCES = \
   regex_internal.h regex.c \
-  regex_random.c
+  regex_graph.c regex_random.c
 libgnunetregex_la_LIBADD = -lm \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunetregex_la_LDFLAGS = \
@@ -22,7 +22,8 @@ libgnunetregex_la_LDFLAGS = \
 check_PROGRAMS = \
  test_regex_eval_api \
  test_regex_iterate_api \
- test_regex_proofs     
+ test_regex_proofs \
+ test_regex_graph_api
 
 if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
@@ -46,5 +47,12 @@ test_regex_proofs_LDADD = \
  $(top_builddir)/src/regex/libgnunetregex.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
-EXTRA_DIST = 
+test_regex_graph_api_SOURCES = \
+test_regex_graph_api.c
+test_regex_graph_api_LDADD = \
+$(top_builddir)/src/regex/libgnunetregex.la \
+$(top_builddir)/src/util/libgnunetutil.la
+
+
+EXTRA_DIST =
 # test_regex_data.conf