aboutsummaryrefslogtreecommitdiff
path: root/src/chat
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-04-21 17:54:02 +0000
committerLRN <lrn1986@gmail.com>2013-04-21 17:54:02 +0000
commite823f8b9a57844dc90afed91076117eea7cb85ea (patch)
tree61521fb7fe82164594f3edd93ff9cae41c20089c /src/chat
parentc2e9ada76d43c43cabc540f201312339929d1dea (diff)
downloadgnunet-e823f8b9a57844dc90afed91076117eea7cb85ea.tar.gz
gnunet-e823f8b9a57844dc90afed91076117eea7cb85ea.zip
Fix chat to compile and link successfully
Diffstat (limited to 'src/chat')
-rw-r--r--src/chat/Makefile.am6
-rw-r--r--src/chat/chat.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/src/chat/Makefile.am b/src/chat/Makefile.am
index 7e5f5559a..a518bfd12 100644
--- a/src/chat/Makefile.am
+++ b/src/chat/Makefile.am
@@ -21,7 +21,11 @@ libgnunetchat_la_SOURCES = \
21 chat.c chat.h 21 chat.c chat.h
22 22
23libgnunetchat_la_LIBADD = \ 23libgnunetchat_la_LIBADD = \
24 $(top_builddir)/src/util/libgnunetutil.la 24 $(top_builddir)/src/util/libgnunetutil.la \
25 $(top_builddir)/src/fs/libgnunetfs.la
26
27libgnunetchat_la_DEPENDENCIES = \
28 $(top_builddir)/src/fs/libgnunetfs.la
25 29
26libgnunetchat_la_LDFLAGS = \ 30libgnunetchat_la_LDFLAGS = \
27 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 31 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
diff --git a/src/chat/chat.c b/src/chat/chat.c
index 19f5d0a96..786babe34 100644
--- a/src/chat/chat.c
+++ b/src/chat/chat.c
@@ -30,6 +30,7 @@
30#include "gnunet_constants.h" 30#include "gnunet_constants.h"
31#include "gnunet_protocols.h" 31#include "gnunet_protocols.h"
32#include "gnunet_signatures.h" 32#include "gnunet_signatures.h"
33#include "gnunet_fs_service.h"
33#include "chat.h" 34#include "chat.h"
34 35
35#define DEBUG_CHAT GNUNET_EXTRA_LOGGING 36#define DEBUG_CHAT GNUNET_EXTRA_LOGGING