aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 577b83c..d1ae23c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ INSTALL_DIR ?= /usr/local/
7 7
8LIBRARY = lib$(TARGET_NAME).so 8LIBRARY = lib$(TARGET_NAME).so
9SOURCES = gnunet_chat_lib.c\ 9SOURCES = gnunet_chat_lib.c\
10 gnunet_chat_contact.c\ 10 gnunet_chat_account.c\
11 gnunet_chat_contact.c\
11 gnunet_chat_context.c\ 12 gnunet_chat_context.c\
12 gnunet_chat_file.c\ 13 gnunet_chat_file.c\
13 gnunet_chat_group.c\ 14 gnunet_chat_group.c\