aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-20 14:20:30 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-20 14:20:30 +0000
commitc9432075d84d3c50171367e7d648a3a09f431994 (patch)
tree816f97d3601f6f255354267225c3b43b076fdac7 /src/fs/Makefile.am
parent81dfe20c8ee82d202244766f2914683a63d078ca (diff)
downloadgnunet-c9432075d84d3c50171367e7d648a3a09f431994.tar.gz
gnunet-c9432075d84d3c50171367e7d648a3a09f431994.zip
major rewrite of fs_download, hopefully fixing 1641
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 c0a0420b7..2f67ce36a 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -23,6 +23,7 @@ libgnunetfs_la_SOURCES = \
23 fs_getopt.c \ 23 fs_getopt.c \
24 fs_list_indexed.c \ 24 fs_list_indexed.c \
25 fs_publish.c \ 25 fs_publish.c \
26 fs_misc.c \
26 fs_namespace.c \ 27 fs_namespace.c \
27 fs_search.c \ 28 fs_search.c \
28 fs_tree.c fs_tree.h \ 29 fs_tree.c fs_tree.h \