summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..2b573334
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,17 @@
+# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $
+
+# $Log: Makefile.am,v $
+# Revision 1.1  2001/12/11 21:53:04  alex
+# Initial revision
+#
+
+AUTOMAKE_OPTIONS = gnu
+
+SUBDIRS = src
+
+maintainer-clean-local:
+	rm -f Makefile.in Makefile aclocal.m4 configure
+	rm -f mkinstalldirs missing depcomp install-sh
+	rm -f config.log
+
+# -eof-