diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-04-08 09:15:42 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-04-08 09:15:42 +0000 |
commit | c7c3972d37a799ffbebd8f307f1942646be5ebad (patch) | |
tree | 2862cb1d705df262d6815c477fbebad11160a92e | |
parent | 12a1f586d16f4e4e56b81086c69761a1d70d6242 (diff) |
-fix build issues
-rw-r--r-- | src/nse/Makefile.am | 1 | ||||
-rw-r--r-- | src/psyc/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am index a9d8bc15ce..460498d79d 100644 --- a/src/nse/Makefile.am +++ b/src/nse/Makefile.am @@ -24,6 +24,7 @@ gnunet_nse_LDFLAGS = \ $(top_builddir)/src/util/libgnunetutil.la \ $(XLIB) $(GN_LIBINTL) gnunet_nse_DEPENDENCIES = \ + libgnunetnse.la \ $(top_builddir)/src/util/libgnunetutil.la lib_LTLIBRARIES = libgnunetnse.la diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am index 162b42b2b2..5f3abfbb51 100644 --- a/src/psyc/Makefile.am +++ b/src/psyc/Makefile.am @@ -20,7 +20,7 @@ endif lib_LTLIBRARIES = libgnunetpsyc.la libgnunetpsyc_la_SOURCES = \ - psyc_api.c \ + psyc_api.c psyc.h \ psyc_common.c libgnunetpsyc_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ |