From fa7f378bf627ddcfd7a93a000149e4d8c3810bf5 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 30 Apr 2019 01:24:16 +0200 Subject: Initial commit Signed-off-by: David Oberhollenzer --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..1b8284b --- /dev/null +++ b/Makefile.am @@ -0,0 +1,12 @@ +ACLOCAL_AMFLAGS = -I m4 + +AM_CPPFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE +AM_CFLAGS = $(WARN_CFLAGS) + +noinst_LIBRARIES = +bin_PROGRAMS = + +EXTRA_DIST = autogen.sh LICENSE + +include lib/Makemodule.am +include mkfs/Makemodule.am -- cgit v1.2.3