From 8590cba90ab53a070d5ce3d8ec8f1a7f4fb4ee23 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 31 May 2013 14:06:52 +0000 Subject: -hacking up new regex client library --- src/regex/Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/regex/Makefile.am') 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 endif lib_LTLIBRARIES = libgnunetregexblock.la \ - libgnunetregex.la + libgnunetregex.la \ + libgnunetregexnew.la libgnunetregexblock_la_SOURCES = \ @@ -38,6 +39,15 @@ libgnunetregex_la_LDFLAGS = \ -version-info 2:0:1 +libgnunetregexnew_la_SOURCES = \ + regex_api.c regex_ipc.h +libgnunetregexnew_la_LIBADD = \ + $(top_builddir)/src/util/libgnunetutil.la +libgnunetregexnew_la_LDFLAGS = \ + $(GN_LIB_LDFLAGS) \ + -version-info 3:0:0 + + plugindir = $(libdir)/gnunet plugin_LTLIBRARIES = \ -- cgit v1.2.3