diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 33264e29011..1eaea6e77b3 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -6,8 +6,8 @@ # Parallel builds don't currently work in this directory. .NOTPARALLEL: -# Put together AM_CPPFLAGS and AM_LDFLAGS. -include $(top_srcdir)/set_flags.am +# Find the pio.mod file. +AM_CPPFLAGS = -I$(top_srcdir)/src/flib # Build the test for make check. check_PROGRAMS = pio_unit_test_driver