summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-02-12 10:06:09 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2014-02-12 10:06:09 +0000
commitf7f6b8e26e68f8b7d0680c913e73b098d1615050 (patch)
treeb97f6caccaf05f8a596ebcff32ebf3760ad7f455 /tests
parent339a98fb59e728c11ec448cfbd93d9619b6734b7 (diff)
downloadclutter-gst-f7f6b8e26e68f8b7d0680c913e73b098d1615050.tar.gz
fix automake warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bd9e8ac..4483be8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,9 +8,9 @@ noinst_PROGRAMS = \
test-video-actor-new-unref-loop \
$(NULL)
-INCLUDES = -I$(top_srcdir) \
- $(MAINTAINER_CFLAGS) \
- $(NULL)
+AM_CPPFLAGS = -I$(top_srcdir) \
+ $(MAINTAINER_CFLAGS) \
+ $(NULL)
test_alpha_SOURCES = test-alpha.c
test_alpha_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)