aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 378fad2..39d00d3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,11 @@ LIBRARY = libgnunetchat.so
7SOURCES = gnunet_chat_handle.c\ 7SOURCES = gnunet_chat_handle.c\
8 gnunet_chat_contact.c\ 8 gnunet_chat_contact.c\
9 gnunet_chat_file.c\ 9 gnunet_chat_file.c\
10 gnunet_chat_invitation.c\
10 gnunet_chat_group.c\ 11 gnunet_chat_group.c\
11 gnunet_chat_context.c\ 12 gnunet_chat_context.c\
12 gnunet_chat_message.c 13 gnunet_chat_message.c\
14 gnunet_chat_config.c
13HEADERS = gnunet_chat_lib.h 15HEADERS = gnunet_chat_lib.h
14 16
15LIBRARIES = gnunetarm\ 17LIBRARIES = gnunetarm\