aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 43555cf72..6204a47d8 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -62,7 +62,9 @@ libgnunetregex_internal_a_DEPENDENCIES = \
62 62
63 63
64libgnunetregex_la_SOURCES = \ 64libgnunetregex_la_SOURCES = \
65 regex_api.c regex_ipc.h 65 regex_api_announce.c \
66 regex_api_search.c \
67 regex_ipc.h
66libgnunetregex_la_LIBADD = \ 68libgnunetregex_la_LIBADD = \
67 $(top_builddir)/src/util/libgnunetutil.la 69 $(top_builddir)/src/util/libgnunetutil.la
68libgnunetregex_la_LDFLAGS = \ 70libgnunetregex_la_LDFLAGS = \