From cb3d1318f05ef8b1451aa9d0fbd0a6f1308e82b6 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 11 Dec 2018 12:12:37 -0800 Subject: build: add minimal autotools setup --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Makefile.am (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..53eabfc --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = randtest +randtest_SOURCES = main.c +randtest_CPPFLAGS = -I@top_srcdir@/libpulp/src -I@top_srcdir@/libpulp/libthunk +randtest_LDADD = @top_builddir@/libpulp/src/libpulp.a -- cgit v1.2.3