aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/Makefile.am')
-rw-r--r--src/plugins/fs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fs/Makefile.am b/src/plugins/fs/Makefile.am
index 7d62fcc5..b00f8dcf 100644
--- a/src/plugins/fs/Makefile.am
+++ b/src/plugins/fs/Makefile.am
@@ -2,6 +2,7 @@ INCLUDES = \
2 -I$(top_srcdir)/intl \ 2 -I$(top_srcdir)/intl \
3 -I$(top_srcdir)/src/include \ 3 -I$(top_srcdir)/src/include \
4 @GTK_CFLAGS@ \ 4 @GTK_CFLAGS@ \
5 @GIO_CFLAGS@ \
5 @GNUNETGTK_CFLAGS@ 6 @GNUNETGTK_CFLAGS@
6 7
7plugindir = $(libdir)/GNUnet 8plugindir = $(libdir)/GNUnet
@@ -25,6 +26,7 @@ libgnunetgtkmodule_fs_la_SOURCES = \
25libgnunetgtkmodule_fs_la_LIBADD = \ 26libgnunetgtkmodule_fs_la_LIBADD = \
26 $(top_builddir)/src/common/libgnunetgtk_common.la \ 27 $(top_builddir)/src/common/libgnunetgtk_common.la \
27 @GTK_LIBS@ \ 28 @GTK_LIBS@ \
29 @GIO_LIBS@ \
28 @GNUNETGTK_LIBS@ \ 30 @GNUNETGTK_LIBS@ \
29 $(INTLLIBS) \ 31 $(INTLLIBS) \
30 -lgthread-2.0 \ 32 -lgthread-2.0 \