aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 15:08:08 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 15:08:08 +0000
commitc09b54dabfffe2f3dae40971c04e3d7d48678587 (patch)
treea3f0ff6cc2d4a371b7a51ff2652a887e15a5cdb5
parentc4bd622082ef1bcba14cc81bed6860132342c17a (diff)
downloadgnunet-gtk-c09b54dabfffe2f3dae40971c04e3d7d48678587.tar.gz
gnunet-gtk-c09b54dabfffe2f3dae40971c04e3d7d48678587.zip
-fix build
-rw-r--r--src/identity/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 2213b076..95d65b8f 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -17,7 +17,7 @@ gnunet_identity_gtk_LDADD = \
17 $(top_builddir)/src/lib/libgnunetgtk.la \ 17 $(top_builddir)/src/lib/libgnunetgtk.la \
18 @GTK_LIBS@ \ 18 @GTK_LIBS@ \
19 @GLADE_LIBS@ @GNUNET_LIBS@ \ 19 @GLADE_LIBS@ @GNUNET_LIBS@ \
20 -lgnunetutil -lgnunetidentity -lgnunetfs \ 20 -lgnunetutil -lgnunetidentity -lgnunetfs -lextractor \
21 $(INTLLIBS) 21 $(INTLLIBS)
22gnunet_identity_gtk_LDFLAGS = \ 22gnunet_identity_gtk_LDFLAGS = \
23 -export-dynamic 23 -export-dynamic