From cec6fc98ebecc208edc30a900e6ab195e7c21851 Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Sat, 20 May 2006 22:43:15 +0000 Subject: Add the basic autoconf infrastructure. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') 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 -- cgit v1.2.1