aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-06 22:38:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-06 22:38:55 +0000
commitc00d64010a139d32b577e7ad422aceace4edd686 (patch)
tree55526a18a04ad004c0ebee5769764d8158c078da /src/fs/Makefile.am
parent90913a15275c8659008909068512b015e08c0bd8 (diff)
downloadgnunet-c00d64010a139d32b577e7ad422aceace4edd686.tar.gz
gnunet-c00d64010a139d32b577e7ad422aceace4edd686.zip
-skeleton
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 2ccb55e49..8bb8ceb40 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -66,6 +66,9 @@ libexec_PROGRAMS = \
66 gnunet-helper-fs-publish \ 66 gnunet-helper-fs-publish \
67 gnunet-service-fs 67 gnunet-service-fs
68 68
69noinst_PROGRAMS = \
70 gnunet-fs-profiler
71
69bin_PROGRAMS = \ 72bin_PROGRAMS = \
70 gnunet-auto-share \ 73 gnunet-auto-share \
71 gnunet-directory \ 74 gnunet-directory \
@@ -89,6 +92,13 @@ gnunet_directory_LDADD = \
89gnunet_directory_DEPENDENCIES = \ 92gnunet_directory_DEPENDENCIES = \
90 libgnunetfs.la 93 libgnunetfs.la
91 94
95gnunet_fs_profiler_SOURCES = \
96 gnunet-fs-profiler.c
97gnunet_fs_profiler_LDADD = \
98 $(top_builddir)/src/testbed/libgnunettestbed.la \
99 $(top_builddir)/src/util/libgnunetutil.la \
100 $(GN_LIBINTL)
101
92gnunet_fs_SOURCES = \ 102gnunet_fs_SOURCES = \
93 gnunet-fs.c 103 gnunet-fs.c
94gnunet_fs_LDADD = \ 104gnunet_fs_LDADD = \