aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-23 17:48:40 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-23 17:48:40 +0000
commitecae86479af22f233fec7a8c499976c0882b163f (patch)
treeeb1c0e2dce2909062216dad0f9df7d6e99fe2dab /src/regex/Makefile.am
parente440229c4d9c0c51e72e84e562b98c47d6da437a (diff)
downloadgnunet-ecae86479af22f233fec7a8c499976c0882b163f.tar.gz
gnunet-ecae86479af22f233fec7a8c499976c0882b163f.zip
migrate first half of regex API to MQ lib
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 = \