aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-10-30 00:07:10 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-10-30 00:07:10 +0200
commit4ab90069c9a94129cf6bc583687d817cebe8d1f3 (patch)
tree2d1dd20e67f4aff26589733dade967596f7c6d43 /include
parent43a8fae35436910946742e551ff46a1549e2d262 (diff)
downloadlibgnunetchat-4ab90069c9a94129cf6bc583687d817cebe8d1f3.tar.gz
libgnunetchat-4ab90069c9a94129cf6bc583687d817cebe8d1f3.zip
Update code to newest GNUnet changes and improve automake
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am7
-rw-r--r--include/gnunet/gnunet_chat_lib.h (renamed from include/gnunet_chat_lib.h)0
2 files changed, 5 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 77cfc23..c1fed22 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,4 +1,7 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2include_HEADERS = \ 2
3 gnunet_chat_lib.h 3gnunetincludedir = $(includedir)/gnunet
4
5gnunetinclude_HEADERS = \
6 gnunet/gnunet_chat_lib.h
4 7
diff --git a/include/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h
index 1f94391..1f94391 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet/gnunet_chat_lib.h