diff options
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index a06b6a87..d34269b2 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am | |||
@@ -9,7 +9,9 @@ lib_LTLIBRARIES = \ | |||
9 | libgnunetgtk_common.la | 9 | libgnunetgtk_common.la |
10 | 10 | ||
11 | libgnunetgtk_common_la_SOURCES = \ | 11 | libgnunetgtk_common_la_SOURCES = \ |
12 | helper.c | 12 | helper.c \ |
13 | iterators.c \ | ||
14 | logging.c | ||
13 | 15 | ||
14 | libgnunetgtk_common_la_LDFLAGS = \ | 16 | libgnunetgtk_common_la_LDFLAGS = \ |
15 | -export-dynamic $(LIBLTDL) $(LIBS) \ | 17 | -export-dynamic $(LIBLTDL) $(LIBS) \ |