aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-17 11:07:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-17 11:07:33 +0000
commit685d9d7c3791b897cf7b0ec1366a062b26f05a21 (patch)
tree616c089b1dbf26bbe62da36df0f9706c14b125e8 /src/fs/Makefile.am
parentc9f35cfcad1112803a3b09ce5530a2d7752115ee (diff)
downloadgnunet-685d9d7c3791b897cf7b0ec1366a062b26f05a21.tar.gz
gnunet-685d9d7c3791b897cf7b0ec1366a062b26f05a21.zip
-starting harness for gnunet-auto-share:
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index efe126a2c..dc8698696 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -60,6 +60,7 @@ libgnunetfstest_a_LIBADD = \
60 $(top_builddir)/src/testing_old/libgnunettesting_old.la 60 $(top_builddir)/src/testing_old/libgnunettesting_old.la
61 61
62bin_PROGRAMS = \ 62bin_PROGRAMS = \
63 gnunet-auto-share \
63 gnunet-directory \ 64 gnunet-directory \
64 gnunet-download \ 65 gnunet-download \
65 gnunet-publish \ 66 gnunet-publish \
@@ -112,6 +113,15 @@ gnunet_publish_LDADD = \
112gnunet_publish_DEPENDENCIES = \ 113gnunet_publish_DEPENDENCIES = \
113 libgnunetfs.la 114 libgnunetfs.la
114 115
116gnunet_auto_share_SOURCES = \
117 gnunet-auto-share.c
118gnunet_auto_share_LDADD = \
119 $(top_builddir)/src/util/libgnunetutil.la \
120 -lextractor \
121 $(GN_LIBINTL)
122gnunet_auto_share_DEPENDENCIES = \
123 libgnunetfs.la
124
115gnunet_helper_fs_publish_SOURCES = \ 125gnunet_helper_fs_publish_SOURCES = \
116 gnunet-helper-fs-publish.c 126 gnunet-helper-fs-publish.c
117gnunet_helper_fs_publish_LDADD = \ 127gnunet_helper_fs_publish_LDADD = \