c50a3e67fcbaf0e1f37bbf9a95af98dc922dc7a7
[cacao.git] / src / toolbox / Makefile.am
1 noinst_LIBRARIES = libtoolbox.a
2
3 libtoolbox_a_SOURCES = memory.c memory.h \
4                        loging.c loging.h \
5                        chain.c chain.h \
6                        tree.c tree.h \
7                        list.c list.h
8
9 INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/@SYSDEP_DIR@