From ea1947ffcc606d757357398b24e74a3f4ecefa07 Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 20 Oct 2021 14:54:27 +0000 Subject: Initial commit from steward-fu release --- tools/moddesc/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/moddesc/Makefile.am (limited to 'tools/moddesc/Makefile.am') diff --git a/tools/moddesc/Makefile.am b/tools/moddesc/Makefile.am new file mode 100644 index 0000000..e35de5c --- /dev/null +++ b/tools/moddesc/Makefile.am @@ -0,0 +1,10 @@ +ACLOCAL_AMFLAGS=-I m4 + +bin_PROGRAMS=moddesc + +INCLUDES = $(COMMON_CFLAGS) +SOURCE_FILES=moddesc.c + +moddesc_SOURCES = $(SOURCE_FILES) +moddesc_CFLAGS = $(COMMON_CFLAGS) +moddesc_LDADD = $(COMMON_LIBS) -- cgit v1.2.3