aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-27 14:39:42 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-27 14:39:42 +0000
commit6f9c566127d0737ecd529f458dc28b7fc02e6eb9 (patch)
treefffca5ca50c684904ad498443a0862f8b0cab9b0 /src/regex/Makefile.am
parent71a483b672933fb1de45aebb7869a06bc63f09be (diff)
downloadgnunet-6f9c566127d0737ecd529f458dc28b7fc02e6eb9.tar.gz
gnunet-6f9c566127d0737ecd529f458dc28b7fc02e6eb9.zip
adapt gnunet-regex-simulation-profiler to libgnunetmy
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 6204a47d8..7f0fb707f 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -94,6 +94,7 @@ gnunet_regex_simulation_profiler_LDADD = \
94 $(top_builddir)/src/util/libgnunetutil.la \ 94 $(top_builddir)/src/util/libgnunetutil.la \
95 libgnunetregex_internal.a \ 95 libgnunetregex_internal.a \
96 $(top_builddir)/src/dht/libgnunetdht.la \ 96 $(top_builddir)/src/dht/libgnunetdht.la \
97 $(top_builddir)/src/my/libgnunetmy.la \
97 $(top_builddir)/src/mysql/libgnunetmysql.la 98 $(top_builddir)/src/mysql/libgnunetmysql.la
98endif 99endif
99 100