aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-02 08:24:20 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-02 08:24:20 +0000
commit09118c85cd5200267784985900e4f83ea31b8622 (patch)
tree53fcbc1b6a38c3f4582769276243c485a7b98dff /src/fs/Makefile.am
parent815c76f4aeb141fa9654bc3abc16998c8188268f (diff)
downloadgnunet-09118c85cd5200267784985900e4f83ea31b8622.tar.gz
gnunet-09118c85cd5200267784985900e4f83ea31b8622.zip
refactoring publishing code
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index ebe6790c9..d4da86e6d 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -23,6 +23,7 @@ libgnunetfs_la_SOURCES = \
23 fs_publish.c \ 23 fs_publish.c \
24 fs_namespace.c \ 24 fs_namespace.c \
25 fs_search.c \ 25 fs_search.c \
26 fs_tree.c fs_tree.h \
26 fs_unindex.c \ 27 fs_unindex.c \
27 fs_uri.c 28 fs_uri.c
28 29