aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 16:39:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 16:39:22 +0000
commitcda03ff96909af97a52b8d5bb041407fc1aa803d (patch)
tree05863a3089906a2c2e32a90873d8ebce30fc6a43
parent05497278d9c4374864c6b77c06615744354ba2e7 (diff)
downloadgnunet-gtk-cda03ff96909af97a52b8d5bb041407fc1aa803d.tar.gz
gnunet-gtk-cda03ff96909af97a52b8d5bb041407fc1aa803d.zip
add lregex
-rw-r--r--src/setup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup/Makefile.am b/src/setup/Makefile.am
index 8899c085..ebb7c27c 100644
--- a/src/setup/Makefile.am
+++ b/src/setup/Makefile.am
@@ -26,6 +26,7 @@ gnunet_setup_SOURCES = \
26gnunet_setup_LDADD = \ 26gnunet_setup_LDADD = \
27 $(top_builddir)/src/lib/libgnunetgtk.la \ 27 $(top_builddir)/src/lib/libgnunetgtk.la \
28 @GTK_LIBS@ \ 28 @GTK_LIBS@ \
29 -lregex \
29 -lgnunetutil -lgnunetnat \ 30 -lgnunetutil -lgnunetnat \
30 $(INTLLIBS) 31 $(INTLLIBS)
31gnunet_setup_LDFLAGS = \ 32gnunet_setup_LDFLAGS = \