summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2006-05-20 22:43:15 +0000
committerKirill Simonov <xi@resolvent.net>2006-05-20 22:43:15 +0000
commitcec6fc98ebecc208edc30a900e6ab195e7c21851 (patch)
tree5d1010377ff93a7c476f89fcaa8847d83eb4d8ab /Makefile.am
parent9e05b78ca5d1e05a5665da4d503eaad56eb49cb1 (diff)
downloadlibyaml-hg-cec6fc98ebecc208edc30a900e6ab195e7c21851.tar.gz
Add the basic autoconf infrastructure.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..d25f6d2
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,4 @@
+## Run `./bootstrap` to generate the "Makefile.in" files in this directory and
+## the "$SUBDIR" subdirectories.
+
+SUBDIRS = include src . tests