aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-06-21 14:22:07 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-06-21 14:22:07 +0200
commit5200796f0fe43ba498eaa7ea5c81e46cdc2d8116 (patch)
treeb69dfcd0fdc1400297a0908ac2189370d2c739e9 /Makefile
parent26be0917d6b987b4a344aa9cbae71a8c89822da2 (diff)
downloadlibgnunetchat-5200796f0fe43ba498eaa7ea5c81e46cdc2d8116.tar.gz
libgnunetchat-5200796f0fe43ba498eaa7ea5c81e46cdc2d8116.zip
First refinements of the overall API
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 895cd64..378fad2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ INSTALL_DIR = /usr/local/
6LIBRARY = libgnunetchat.so 6LIBRARY = 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_group.c\ 10 gnunet_chat_group.c\
10 gnunet_chat_context.c\ 11 gnunet_chat_context.c\
11 gnunet_chat_message.c 12 gnunet_chat_message.c