aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-07-11 02:33:00 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-07-11 02:33:00 +0200
commitb880617514f9e64e991cb8d6fcff74ce3f292e36 (patch)
tree6f65a73f7ce40bdd3f5b3e9bc40f6477447cd8b3 /Makefile
parente366e189791025f7fad5572bc786f4883152812e (diff)
downloadlibgnunetchat-b880617514f9e64e991cb8d6fcff74ce3f292e36.tar.gz
libgnunetchat-b880617514f9e64e991cb8d6fcff74ce3f292e36.zip
Code reorganized and refactored, most features implemented
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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\