summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
diff options
context:
space:
mode:
authornotsecure <notsecure@marek.ca>2014-05-19 16:42:09 -0400
committernotsecure <notsecure@marek.ca>2014-05-19 16:42:09 -0400
commitfe66fcc7e4053a7ec7e59d22a1e4847980c90d6a (patch)
treecca09285b2393ec98f85a5acc1d2cc6f83e285ec /toxcore/Makefile.inc
parentd27a83820c6af2f0d6d813b9916d324e9ae3d137 (diff)
list
Simple struct with functions to create a list which associates ids with data
Diffstat (limited to 'toxcore/Makefile.inc')
-rw-r--r--toxcore/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index 7c1cf66e..4278457a 100644
--- a/toxcore/Makefile.inc
+++ b/toxcore/Makefile.inc
@@ -41,6 +41,8 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
41 ../toxcore/TCP_client.c \ 41 ../toxcore/TCP_client.c \
42 ../toxcore/TCP_server.h \ 42 ../toxcore/TCP_server.h \
43 ../toxcore/TCP_server.c \ 43 ../toxcore/TCP_server.c \
44 ../toxcore/list.c \
45 ../toxcore/list.h \
44 ../toxcore/misc_tools.h 46 ../toxcore/misc_tools.h
45 47
46libtoxcore_la_CFLAGS = -I$(top_srcdir) \ 48libtoxcore_la_CFLAGS = -I$(top_srcdir) \