diff options
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7f9644c73..eaf2ca312 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,8 +4,8 @@ noinst_PROGRAMS = \ testephyiconentry INCLUDES = \ - -I$(top_builddir)/lib \ - -I$(top_builddir)/lib/widgets + -I$(top_srcdir)/lib \ + -I$(top_srcdir)/lib/widgets CFLAGS = \ $(DEPENDENCIES_CFLAGS) \ |