aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regex/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 40bf01a73..2919e4da9 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -70,7 +70,8 @@ test_regex_big_LDADD = \
70test_regex_iptoregex_SOURCES = \ 70test_regex_iptoregex_SOURCES = \
71test_regex_iptoregex.c 71test_regex_iptoregex.c
72test_regex_iptoregex_LDADD = \ 72test_regex_iptoregex_LDADD = \
73$(top_builddir)/src/regex/libgnunetregex.la 73 $(top_builddir)/src/util/libgnunetutil.la \
74 $(top_builddir)/src/regex/libgnunetregex.la
74 75
75 76
76EXTRA_DIST = 77EXTRA_DIST =