summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-05-07 11:58:11 -0700
committerVito Caputo <vcaputo@pengaru.com>2019-05-07 11:58:11 -0700
commit751aadfc64b1db01472c6c0e7ce9aa2814aec032 (patch)
tree87e7abbde653ba517c16408f90ab7fe8f5e5626b
parent310b2b050059b8c8d6902ade215f6d47275a9aef (diff)
libpulp: sync with upstreamHEADmaster
libthunk -> thunk_h
m---------libpulp0
-rw-r--r--src/Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/libpulp b/libpulp
-Subproject f8f72bbc97acb4189195646647f6eab01565ee3
+Subproject 244d9289a2496cde588ef4a8f0aafe6efeac2e4
diff --git a/src/Makefile.am b/src/Makefile.am
index 53eabfc..e2c6f66 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
bin_PROGRAMS = randtest
randtest_SOURCES = main.c
-randtest_CPPFLAGS = -I@top_srcdir@/libpulp/src -I@top_srcdir@/libpulp/libthunk
+randtest_CPPFLAGS = -I@top_srcdir@/libpulp/src -I@top_srcdir@/libpulp/thunk_h
randtest_LDADD = @top_builddir@/libpulp/src/libpulp.a
© All Rights Reserved