Changed the makefile system to autoconf/automake.
[cacao.git] / 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@