aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-31 14:06:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-31 14:06:52 +0000
commit8590cba90ab53a070d5ce3d8ec8f1a7f4fb4ee23 (patch)
treeeb71ea7a5072aef95bc83c9d3849d8c4a2e936a6 /src/regex/Makefile.am
parent254fd9d19ec754cd82e40338565790874fb82561 (diff)
downloadgnunet-8590cba90ab53a070d5ce3d8ec8f1a7f4fb4ee23.tar.gz
gnunet-8590cba90ab53a070d5ce3d8ec8f1a7f4fb4ee23.zip
-hacking up new regex client library
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 4900e5e91..e88938054 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -9,7 +9,8 @@ if USE_COVERAGE
9endif 9endif
10 10
11lib_LTLIBRARIES = libgnunetregexblock.la \ 11lib_LTLIBRARIES = libgnunetregexblock.la \
12 libgnunetregex.la 12 libgnunetregex.la \
13 libgnunetregexnew.la
13 14
14 15
15libgnunetregexblock_la_SOURCES = \ 16libgnunetregexblock_la_SOURCES = \
@@ -38,6 +39,15 @@ libgnunetregex_la_LDFLAGS = \
38 -version-info 2:0:1 39 -version-info 2:0:1
39 40
40 41
42libgnunetregexnew_la_SOURCES = \
43 regex_api.c regex_ipc.h
44libgnunetregexnew_la_LIBADD = \
45 $(top_builddir)/src/util/libgnunetutil.la
46libgnunetregexnew_la_LDFLAGS = \
47 $(GN_LIB_LDFLAGS) \
48 -version-info 3:0:0
49
50
41plugindir = $(libdir)/gnunet 51plugindir = $(libdir)/gnunet
42 52
43plugin_LTLIBRARIES = \ 53plugin_LTLIBRARIES = \