Changed the makefile system to autoconf/automake.
[cacao.git] / threads / Makefile.am
1 noinst_LIBRARIES = @LIBTHREAD@
2 EXTRA_LIBRARIES = libthreads.a
3
4 libthreads_a_SOURCES = locks.c locks.h \
5                        thread.c thread.h \
6                        threadio.c threadio.h
7
8 INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/@SYSDEP_DIR@