From 655b527827fc2b64b374a1d29e884e92269e9cae Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 4 Dec 2012 19:28:27 +0100 Subject: first working version of autotools based build-system --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..b59eaa9 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,8 @@ + +SUBDIRS = src + +dist_sciteco_data_DATA = teco.ini + +EXTRA_DIST = compat/bsd/sys/cdefs.h \ + compat/bsd/sys/queue.h \ + compat/bsd/sys/tree.h -- cgit v1.2.3