diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2019-05-07 11:58:11 -0700 | 
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2019-05-07 11:58:11 -0700 | 
| commit | 751aadfc64b1db01472c6c0e7ce9aa2814aec032 (patch) | |
| tree | 87e7abbde653ba517c16408f90ab7fe8f5e5626b /src | |
| parent | 310b2b050059b8c8d6902ade215f6d47275a9aef (diff) | |
libthunk -> thunk_h
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
