summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-12-11 12:12:37 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-12-11 12:17:21 -0800
commitcb3d1318f05ef8b1451aa9d0fbd0a6f1308e82b6 (patch)
tree6155fb1759cd35e2a5290ba3bac7ec1aeec0a8b4 /src
parentf51e6fbbc43cce135e1991f498b4b8b1e7e31129 (diff)
build: add minimal autotools setup
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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
© All Rights Reserved