aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 19:28:27 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 22:07:08 +0100
commit655b527827fc2b64b374a1d29e884e92269e9cae (patch)
tree297d795ef625973990066bdc21f25c291596e8e8 /Makefile.am
parentd8a316514c03d85b771a9dce4a8a51b875d955b3 (diff)
downloadsciteco-655b527827fc2b64b374a1d29e884e92269e9cae.tar.gz
first working version of autotools based build-system
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
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