aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-11-30 16:27:35 +0000
committerChristian Grothoff <christian@grothoff.org>2006-11-30 16:27:35 +0000
commit7257f405932eef9a658d2b5e9b5811c7ce62e31c (patch)
treea8d2f021b8373b905053aff68bee25550d04194c /src/common/Makefile.am
parent74f4e52f167f1815fe79f4229ccdfdeefd10e257 (diff)
downloadgnunet-gtk-7257f405932eef9a658d2b5e9b5811c7ce62e31c.tar.gz
gnunet-gtk-7257f405932eef9a658d2b5e9b5811c7ce62e31c.zip
refact
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am4
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
11libgnunetgtk_common_la_SOURCES = \ 11libgnunetgtk_common_la_SOURCES = \
12 helper.c 12 helper.c \
13 iterators.c \
14 logging.c
13 15
14libgnunetgtk_common_la_LDFLAGS = \ 16libgnunetgtk_common_la_LDFLAGS = \
15 -export-dynamic $(LIBLTDL) $(LIBS) \ 17 -export-dynamic $(LIBLTDL) $(LIBS) \