summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent339a98fb59e728c11ec448cfbd93d9619b6734b7 (diff)
downloadclutter-gst-f7f6b8e26e68f8b7d0680c913e73b098d1615050.tar.gz
fix automake warnings
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6d71fc8..23d39b7 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -2,9 +2,9 @@ NULL = #
noinst_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content
-INCLUDES = -I$(top_srcdir) \
- $(MAINTAINER_CFLAGS) \
- $(NULL)
+AM_CPPFLAGS = -I$(top_srcdir) \
+ $(MAINTAINER_CFLAGS) \
+ $(NULL)
camera_player_SOURCES = camera-player.c
camera_player_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)