aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 39d00d3..c92dd87 100644
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,17 @@ INCLUDE_DIR = include/
4INSTALL_DIR = /usr/local/ 4INSTALL_DIR = /usr/local/
5 5
6LIBRARY = libgnunetchat.so 6LIBRARY = libgnunetchat.so
7SOURCES = gnunet_chat_handle.c\ 7SOURCES = gnunet_chat_lib.c\
8 gnunet_chat_contact.c\ 8 gnunet_chat_config.c\
9 gnunet_chat_contact.c\
10 gnunet_chat_context.c\
9 gnunet_chat_file.c\ 11 gnunet_chat_file.c\
10 gnunet_chat_invitation.c\
11 gnunet_chat_group.c\ 12 gnunet_chat_group.c\
12 gnunet_chat_context.c\ 13 gnunet_chat_handle.c\
14 gnunet_chat_invitation.c\
13 gnunet_chat_message.c\ 15 gnunet_chat_message.c\
14 gnunet_chat_config.c 16 gnunet_chat_util.c
17
15HEADERS = gnunet_chat_lib.h 18HEADERS = gnunet_chat_lib.h
16 19
17LIBRARIES = gnunetarm\ 20LIBRARIES = gnunetarm\