aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
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/psyc
parent12a1f586d16f4e4e56b81086c69761a1d70d6242 (diff)
downloadgnunet-c7c3972d37a799ffbebd8f307f1942646be5ebad.tar.gz
gnunet-c7c3972d37a799ffbebd8f307f1942646be5ebad.zip
-fix build issues
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \