diff options
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r-- | src/fs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 6d17a7a3..6b789777 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am | |||
@@ -16,6 +16,7 @@ gnunet_fs_gtk_SOURCES = \ | |||
16 | gnunet-fs-gtk_common.c gnunet-fs-gtk_common.h \ | 16 | gnunet-fs-gtk_common.c gnunet-fs-gtk_common.h \ |
17 | gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \ | 17 | gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \ |
18 | gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \ | 18 | gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \ |
19 | gnunet-fs-gtk_main-window-view-toggles.c \ | ||
19 | gnunet-fs-gtk_publish-dialog.c \ | 20 | gnunet-fs-gtk_publish-dialog.c \ |
20 | gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \ | 21 | gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \ |
21 | gnunet-fs-gtk-main_window_meta_data_context_menu.c \ | 22 | gnunet-fs-gtk-main_window_meta_data_context_menu.c \ |
@@ -24,8 +25,7 @@ gnunet_fs_gtk_SOURCES = \ | |||
24 | gnunet-fs-gtk-main_window_file_download.c \ | 25 | gnunet-fs-gtk-main_window_file_download.c \ |
25 | gnunet-fs-gtk-main_window_namespace.c \ | 26 | gnunet-fs-gtk-main_window_namespace.c \ |
26 | gnunet-fs-gtk-main_window_search.c \ | 27 | gnunet-fs-gtk-main_window_search.c \ |
27 | gnunet-fs-gtk-main_window_open_directory.c \ | 28 | gnunet-fs-gtk-main_window_open_directory.c |
28 | gnunet-fs-gtk-main_window_view_toggles.c | ||
29 | gnunet_fs_gtk_LDADD = \ | 29 | gnunet_fs_gtk_LDADD = \ |
30 | $(top_builddir)/src/lib/libgnunetgtk.la \ | 30 | $(top_builddir)/src/lib/libgnunetgtk.la \ |
31 | @GTK_LIBS@ \ | 31 | @GTK_LIBS@ \ |