summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 53eabfc1f081803c7a96a778be587ab05a48218b (plain)
1
2
3
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