aboutsummaryrefslogtreecommitdiff
path: root/src/hello/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-08 19:37:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-08 19:37:32 +0000
commitea3ff01740cdfd4505503bcff9f5d889ce1b4545 (patch)
treea5e132ea461313403543d068f9d1bef091ccbe85 /src/hello/Makefile.am
parent90014223bee3789cbb1baffe3dc169e18883fe02 (diff)
downloadgnunet-ea3ff01740cdfd4505503bcff9f5d889ce1b4545.tar.gz
gnunet-ea3ff01740cdfd4505503bcff9f5d889ce1b4545.zip
adding address abstraction
Diffstat (limited to 'src/hello/Makefile.am')
-rw-r--r--src/hello/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 61c84e50e..0122a1918 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -12,7 +12,7 @@ endif
12lib_LTLIBRARIES = libgnunethello.la 12lib_LTLIBRARIES = libgnunethello.la
13 13
14libgnunethello_la_SOURCES = \ 14libgnunethello_la_SOURCES = \
15 hello.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)
18libgnunethello_la_LDFLAGS = \ 18libgnunethello_la_LDFLAGS = \