diff options
Diffstat (limited to 'test/packing/Makefile.am')
| -rw-r--r-- | test/packing/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/packing/Makefile.am b/test/packing/Makefile.am index a9e7e16e5c2..0e7c8cc8b2e 100644 --- a/test/packing/Makefile.am +++ b/test/packing/Makefile.am @@ -1,4 +1,5 @@ -AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/test/utility noinst_PROGRAMS = intpack-test intpack-test2 intpack-test3 packing-test LDADD = $(top_builddir)/libwiredtiger.la |
