aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-07 21:27:12 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-07 21:27:12 +0000
commit08072d6a2173a7e8de9651001f9284d7fc508b15 (patch)
tree9decb1634e8e4622666d0a3e553965a9c05d245d /src/fs/Makefile.am
parent6d4ee29c14b1a49d8bcbca5052033f6a0ad630dd (diff)
downloadgnunet-gtk-08072d6a2173a7e8de9651001f9284d7fc508b15.tar.gz
gnunet-gtk-08072d6a2173a7e8de9651001f9284d7fc508b15.zip
only link against plibc on w32
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index da2a0646..18f52582 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -31,6 +31,6 @@ gnunet_fs_gtk_LDADD = \
31 -lextractor \ 31 -lextractor \
32 -lgnunetutil \ 32 -lgnunetutil \
33 -lgnunetfs \ 33 -lgnunetfs \
34 $(INTLLIBS) -lplibc 34 $(INTLLIBS)
35gnunet_fs_gtk_LDFLAGS = \ 35gnunet_fs_gtk_LDFLAGS = \
36 -export-dynamic 36 -export-dynamic