From 4f5259cc5b6273f509602434747f702d16b71b27 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 27 Jul 2013 00:34:01 -0400 Subject: Re-write using GNU autoconf and automake Replace the `Makefile` with a `configure.ac` and a set of `Makefile.am`. --- bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/Makefile.am (limited to 'bin/Makefile.am') diff --git a/bin/Makefile.am b/bin/Makefile.am new file mode 100644 index 0000000..351ea94 --- /dev/null +++ b/bin/Makefile.am @@ -0,0 +1 @@ +bin_SCRIPTS = lsrc mkrc rcup -- cgit v1.2.3