aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 1bca5573..c34f3ec3 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -10,20 +10,20 @@ INCLUDES = \
10bin_PROGRAMS = gnunet-fs-gtk 10bin_PROGRAMS = gnunet-fs-gtk
11 11
12gnunet_fs_gtk_SOURCES = \ 12gnunet_fs_gtk_SOURCES = \
13 about.c \ 13 gnunet-fs-gtk-about.c \
14 common.c common.h \ 14 gnunet-fs-gtk-common.c gnunet-fs-gtk-common.h \
15 download.c download.h \ 15 gnunet-fs-gtk-download.c gnunet-fs-gtk-download.h \
16 edit_publish_dialog.c edit_publish_dialog.h \ 16 gnunet-fs-gtk-edit_publish_dialog.c gnunet-fs-gtk-edit_publish_dialog.h \
17 fs_event_handler.c fs_event_handler.h \ 17 gnunet-fs-gtk-event_handler.c gnunet-fs-gtk-event_handler.h \
18 fs_anonymity_spin_buttons.c \ 18 gnunet-fs-gtk-anonymity_spin_buttons.c \
19 gnunet-fs-gtk.c gnunet-fs-gtk.h \ 19 gnunet-fs-gtk.c gnunet-fs-gtk.h \
20 main_window_create_pseudonym.c \ 20 gnunet-fs-gtk-main_window_create_pseudonym.c \
21 main_window_file_download.c \ 21 gnunet-fs-gtk-main_window_file_download.c \
22 main_window_file_publish.c \ 22 gnunet-fs-gtk-main_window_file_publish.c \
23 main_window_file_search.c \ 23 gnunet-fs-gtk-main_window_file_search.c \
24 main_window_open_directory.c \ 24 gnunet-fs-gtk-main_window_open_directory.c \
25 main_window_adv_pseudonym.c \ 25 gnunet-fs-gtk-main_window_adv_pseudonym.c \
26 main_window_view_toggles.c 26 gnunet-fs-gtk-main_window_view_toggles.c
27gnunet_fs_gtk_LDADD = \ 27gnunet_fs_gtk_LDADD = \
28 $(top_builddir)/src/lib/libgnunetgtk.la \ 28 $(top_builddir)/src/lib/libgnunetgtk.la \
29 @GTK_LIBS@ \ 29 @GTK_LIBS@ \