aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-18 20:40:17 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-18 20:40:17 +0000
commit6ad850be7dadbf0d29ddd5ecdcce0e2effc973bb (patch)
tree5322379292f3e99743a8fdad436f574e585ee0aa /src/fs/Makefile.am
parent76f3b09276cb3cb5bfebc9786b6c62c8627da939 (diff)
downloadgnunet-gtk-6ad850be7dadbf0d29ddd5ecdcce0e2effc973bb.tar.gz
gnunet-gtk-6ad850be7dadbf0d29ddd5ecdcce0e2effc973bb.zip
adding support for making sure only one instance of gnunet-fs-gtk is running via libunique (towards implementing #1083)
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 6cd7d69a..971ad118 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -5,7 +5,8 @@ INCLUDES = \
5 -I$(top_srcdir)/src/include \ 5 -I$(top_srcdir)/src/include \
6 @GTK_CFLAGS@ \ 6 @GTK_CFLAGS@ \
7 @GNUNET_CFLAGS@ \ 7 @GNUNET_CFLAGS@ \
8 @GLADE_CFLAGS@ 8 @GLADE_CFLAGS@ \
9 @unique_CFLAGS@
9 10
10bin_PROGRAMS = gnunet-fs-gtk 11bin_PROGRAMS = gnunet-fs-gtk
11 12
@@ -31,7 +32,7 @@ gnunet_fs_gtk_SOURCES = \
31gnunet_fs_gtk_LDADD = \ 32gnunet_fs_gtk_LDADD = \
32 $(top_builddir)/src/lib/libgnunetgtk.la \ 33 $(top_builddir)/src/lib/libgnunetgtk.la \
33 @GTK_LIBS@ \ 34 @GTK_LIBS@ \
34 @GLADE_LIBS@ @GNUNET_LIBS@ \ 35 @GLADE_LIBS@ @GNUNET_LIBS@ @unique_LIBS@ \
35 -lextractor \ 36 -lextractor \
36 -lgnunetutil \ 37 -lgnunetutil \
37 -lgnunetfs \ 38 -lgnunetfs \