summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArnel A. Borja <arnelborja@src.gnome.org>2013-08-25 10:45:31 +0800
committerArnel A. Borja <arnelborja@src.gnome.org>2013-08-31 01:29:12 +0800
commit277e6cec65c9898a7379e7ffbde79edcaf787b37 (patch)
treeea0d5cd9169a5e42e8fa6f99a06cdccc23d981e3 /tests
parent5ddff2c76a6f676a6bab34dd7c277e5c8d1f12f2 (diff)
downloadlibmediaart-277e6cec65c9898a7379e7ffbde79edcaf787b37.tar.gz
tests: Fix includes
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \