aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-20 09:03:35 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-20 09:03:35 +0000
commit5850050187efd11a296eb2d08da6d82fc4aeb155 (patch)
tree767f2e34103d6b9f7b8c6c9c1dbe0396600cb2e6 /src/regex/Makefile.am
parent566b7539fcaf9c455da665cb641016d2cfbb1b47 (diff)
downloadgnunet-5850050187efd11a296eb2d08da6d82fc4aeb155.tar.gz
gnunet-5850050187efd11a296eb2d08da6d82fc4aeb155.zip
renaming libgnunetregexnew to libgnunetregex
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index e1c41d91e..79cc41bbe 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -38,7 +38,7 @@ noinst_LIBRARIES = \
38 38
39lib_LTLIBRARIES = \ 39lib_LTLIBRARIES = \
40 libgnunetregexblock.la \ 40 libgnunetregexblock.la \
41 libgnunetregexnew.la 41 libgnunetregex.la
42 42
43 43
44libgnunetregexblock_la_SOURCES = \ 44libgnunetregexblock_la_SOURCES = \
@@ -60,11 +60,11 @@ libgnunetregex_internal_a_DEPENDENCIES = \
60 libgnunetregexblock.la 60 libgnunetregexblock.la
61 61
62 62
63libgnunetregexnew_la_SOURCES = \ 63libgnunetregex_la_SOURCES = \
64 regex_api.c regex_ipc.h 64 regex_api.c regex_ipc.h
65libgnunetregexnew_la_LIBADD = \ 65libgnunetregex_la_LIBADD = \
66 $(top_builddir)/src/util/libgnunetutil.la 66 $(top_builddir)/src/util/libgnunetutil.la
67libgnunetregexnew_la_LDFLAGS = \ 67libgnunetregex_la_LDFLAGS = \
68 $(GN_LIB_LDFLAGS) \ 68 $(GN_LIB_LDFLAGS) \
69 -version-info 3:0:0 69 -version-info 3:0:0
70 70