aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-08 09:15:42 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-08 09:15:42 +0000
commitc7c3972d37a799ffbebd8f307f1942646be5ebad (patch)
tree2862cb1d705df262d6815c477fbebad11160a92e /src
parent12a1f586d16f4e4e56b81086c69761a1d70d6242 (diff)
downloadgnunet-c7c3972d37a799ffbebd8f307f1942646be5ebad.tar.gz
gnunet-c7c3972d37a799ffbebd8f307f1942646be5ebad.zip
-fix build issues
Diffstat (limited to 'src')
-rw-r--r--src/nse/Makefile.am1
-rw-r--r--src/psyc/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index a9d8bc15c..460498d79 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -24,6 +24,7 @@ gnunet_nse_LDFLAGS = \
24 $(top_builddir)/src/util/libgnunetutil.la \ 24 $(top_builddir)/src/util/libgnunetutil.la \
25 $(XLIB) $(GN_LIBINTL) 25 $(XLIB) $(GN_LIBINTL)
26gnunet_nse_DEPENDENCIES = \ 26gnunet_nse_DEPENDENCIES = \
27 libgnunetnse.la \
27 $(top_builddir)/src/util/libgnunetutil.la 28 $(top_builddir)/src/util/libgnunetutil.la
28 29
29lib_LTLIBRARIES = libgnunetnse.la 30lib_LTLIBRARIES = libgnunetnse.la
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index 162b42b2b..5f3abfbb5 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -20,7 +20,7 @@ endif
20lib_LTLIBRARIES = libgnunetpsyc.la 20lib_LTLIBRARIES = libgnunetpsyc.la
21 21
22libgnunetpsyc_la_SOURCES = \ 22libgnunetpsyc_la_SOURCES = \
23 psyc_api.c \ 23 psyc_api.c psyc.h \
24 psyc_common.c 24 psyc_common.c
25libgnunetpsyc_la_LIBADD = \ 25libgnunetpsyc_la_LIBADD = \
26 $(top_builddir)/src/util/libgnunetutil.la \ 26 $(top_builddir)/src/util/libgnunetutil.la \