aboutsummaryrefslogtreecommitdiff
path: root/src/hello/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
commit6207eae11f18c00b2f1fcf1eb8963d03d1b10b40 (patch)
treeab350f9d3be8b74edab2062520327ce859e803e5 /src/hello/Makefile.am
parentbf3c0179736ca876b87abe997312ad2ece34221b (diff)
downloadgnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.tar.gz
gnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.zip
-fixing #2405
Diffstat (limited to 'src/hello/Makefile.am')
-rw-r--r--src/hello/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 26aa6c7c4..18cb6b29c 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -14,7 +14,8 @@ lib_LTLIBRARIES = libgnunethello.la
14libgnunethello_la_SOURCES = \ 14libgnunethello_la_SOURCES = \
15 hello.c address.c 15 hello.c address.c
16libgnunethello_la_LIBADD = \ 16libgnunethello_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
18 $(LTLIBINTL)
18libgnunethello_la_LDFLAGS = \ 19libgnunethello_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) \ 20 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0 21 -version-info 0:0:0