diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 19:28:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 22:07:08 +0100 |
commit | 655b527827fc2b64b374a1d29e884e92269e9cae (patch) | |
tree | 297d795ef625973990066bdc21f25c291596e8e8 /Makefile.am | |
parent | d8a316514c03d85b771a9dce4a8a51b875d955b3 (diff) | |
download | sciteco-655b527827fc2b64b374a1d29e884e92269e9cae.tar.gz |
first working version of autotools based build-system
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
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 |