diff --git a/test/Makefile.am b/test/Makefile.am index 4887c70b..688ad278 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,10 +1,3 @@ -AM_CPPFLAGS = \ - $(COMMON_CXXFLAGS) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/src/ \ - -I$(top_srcdir)/lib/ - AM_LDFLAGS = $(COMMON_LDFLAGS) TEST_BIN = \ diff --git a/test/rand.cpp b/test/rand.cpp index ac75857c..4826e9ed 100644 --- a/test/rand.cpp +++ b/test/rand.cpp @@ -1,5 +1,5 @@ -#include "random.hpp" -#include "debug.hpp" +#include "../random.hpp" +#include "../debug.hpp" #include #include