aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-21 11:51:29 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-21 11:51:29 +0000
commit43b524dbd4acad61c41adb9c4e1a5c0394596992 (patch)
tree18a99b29377d91af252b8a3fd762a3e29101667b /src/regex/Makefile.am
parent49b629963d40bbb0c0ee09f9415aaa821393f2fe (diff)
downloadgnunet-43b524dbd4acad61c41adb9c4e1a5c0394596992.tar.gz
gnunet-43b524dbd4acad61c41adb9c4e1a5c0394596992.zip
- use lib
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index e526b9977..4900e5e91 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -102,11 +102,14 @@ gnunet_regex_profiler_LDADD = \
102 $(top_builddir)/src/dht/libgnunetdht.la \ 102 $(top_builddir)/src/dht/libgnunetdht.la \
103 $(top_builddir)/src/testbed/libgnunettestbed.la \ 103 $(top_builddir)/src/testbed/libgnunettestbed.la \
104 $(top_builddir)/src/regex/libgnunetregex.la \ 104 $(top_builddir)/src/regex/libgnunetregex.la \
105 $(top_builddir)/src/regex/libgnunetregextest.la \
105 $(top_builddir)/src/statistics/libgnunetstatistics.la 106 $(top_builddir)/src/statistics/libgnunetstatistics.la
106gnunet_regex_profiler_DEPENDENCIES = \ 107gnunet_regex_profiler_DEPENDENCIES = \
107 $(top_builddir)/src/arm/libgnunetarm.la \ 108 $(top_builddir)/src/arm/libgnunetarm.la \
108 $(top_builddir)/src/dht/libgnunetdht.la \ 109 $(top_builddir)/src/dht/libgnunetdht.la \
109 libgnunetregex.la 110 libgnunetregex.la \
111 libgnunetregextest.la
112
110 113
111gnunet_daemon_regexprofiler_SOURCES = \ 114gnunet_daemon_regexprofiler_SOURCES = \
112 gnunet-daemon-regexprofiler.c 115 gnunet-daemon-regexprofiler.c
@@ -114,9 +117,11 @@ gnunet_daemon_regexprofiler_LDADD = \
114 $(top_builddir)/src/util/libgnunetutil.la \ 117 $(top_builddir)/src/util/libgnunetutil.la \
115 $(top_builddir)/src/dht/libgnunetdht.la \ 118 $(top_builddir)/src/dht/libgnunetdht.la \
116 $(top_builddir)/src/regex/libgnunetregex.la \ 119 $(top_builddir)/src/regex/libgnunetregex.la \
120 $(top_builddir)/src/regex/libgnunetregextest.la \
117 $(top_builddir)/src/statistics/libgnunetstatistics.la 121 $(top_builddir)/src/statistics/libgnunetstatistics.la
118gnunet_daemon_regexprofiler_DEPENDENCIES = \ 122gnunet_daemon_regexprofiler_DEPENDENCIES = \
119 $(top_builddir)/src/dht/libgnunetdht.la \ 123 $(top_builddir)/src/dht/libgnunetdht.la \
124 libgnunetregextest.la \
120 libgnunetregex.la 125 libgnunetregex.la
121 126
122 127