summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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