From e3c27429831245a151706c395991b42f2876b2e1 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Jan 2008 17:28:41 +0000 Subject: core subsystem --- src/core/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/core/Makefile.am (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am new file mode 100644 index 0000000..0f0020f --- /dev/null +++ b/src/core/Makefile.am @@ -0,0 +1,12 @@ +METASOURCES = AUTO +INCLUDES = -I$(top_srcdir)/src + +libcore_la_SOURCES = core.cc +libcore_la_LDFLAGS = -avoid-version -no-undefined +libcore_la_LIBADD = $(top_builddir)/src/common/libcommon.la \ + $(top_builddir)/src/math/libmath.la \ + $(top_builddir)/src/filesystem/libfilesystem.la + +noinst_LTLIBRARIES = libcore.la +noinst_HEADERS = core.h + -- cgit v1.2.3