From 65f1c4bbd7f7abff9469789f3ddc746caa1a3965 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 9 Jan 2017 23:10:02 -0800 Subject: *: preliminary autotools adoption Builds were getting too time consuming, autotools is a very simple way to get incremental builds without having to dick with Makefiles myself. --- modules/roto/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/roto/Makefile.am (limited to 'modules/roto') diff --git a/modules/roto/Makefile.am b/modules/roto/Makefile.am new file mode 100644 index 0000000..08d8522 --- /dev/null +++ b/modules/roto/Makefile.am @@ -0,0 +1,4 @@ +noinst_LIBRARIES = libroto.a +libroto_a_SOURCES = roto.c roto.h +libroto_a_CFLAGS = @ROTOTILLER_CFLAGS@ +libroto_a_CPPFLAGS = @ROTOTILLER_CFLAGS@ -I../../ -- cgit v1.2.3