From 277e6cec65c9898a7379e7ffbde79edcaf787b37 Mon Sep 17 00:00:00 2001 From: "Arnel A. Borja" Date: Sun, 25 Aug 2013 10:45:31 +0800 Subject: tests: Fix includes --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 6d907fb..cb487dc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = \ -DTOP_SRCDIR=\"$(abs_top_srcdir)\" \ -DTOP_BUILDDIR=\"$(abs_top_builddir)\" \ $(BUILD_CFLAGS) \ - -I$(top_srcdir)/libmediaart \ + -I$(top_srcdir) \ $(LIBMEDIAART_CFLAGS) LDADD = \ -- cgit v1.2.1