aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/Makefile.am')
-rw-r--r--src/plugins/fs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fs/Makefile.am b/src/plugins/fs/Makefile.am
index 17bd42ac..7e3b4dfe 100644
--- a/src/plugins/fs/Makefile.am
+++ b/src/plugins/fs/Makefile.am
@@ -11,11 +11,13 @@ plugin_LTLIBRARIES = \
11 11
12libgnunetgtkmodule_fs_la_SOURCES = \ 12libgnunetgtkmodule_fs_la_SOURCES = \
13 collection.c collection.h \ 13 collection.c collection.h \
14 content_tracking.c content_tracking.h \
14 directory.c \ 15 directory.c \
15 fs.c fs.h \ 16 fs.c fs.h \
16 helper.c helper.h \ 17 helper.c helper.h \
17 meta.c meta.h \ 18 meta.c meta.h \
18 namespace.c namespace.h \ 19 namespace.c namespace.h \
20 namespace_search.c \
19 search.c search.h \ 21 search.c search.h \
20 download.c download.h \ 22 download.c download.h \
21 upload.c upload.h 23 upload.c upload.h