[clutter-gst/clutter-gst-2.0] fix automake warnings
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/clutter-gst-2.0] fix automake warnings
- Date: Wed, 12 Feb 2014 09:56:19 +0000 (UTC)
commit d04726d4291d4d706a72e97b11187f4e9d0f8512
Author: Lionel Landwerlin <llandwerlin gmail com>
Date: Wed Feb 12 09:55:54 2014 +0000
fix automake warnings
examples/Makefile.am | 6 +++---
tests/Makefile.am | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 8d513ec..9f553f2 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -2,9 +2,9 @@ NULL = #
noinst_PROGRAMS = video-player video-sink video-sink-navigation
-INCLUDES = -I$(top_srcdir) \
- $(MAINTAINER_CFLAGS) \
- $(NULL)
+AM_CPPFLAGS = -I$(top_srcdir) \
+ $(MAINTAINER_CFLAGS) \
+ $(NULL)
video_player_SOURCES = video-player.c
video_player_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index aa779ed..7d00c92 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,9 +8,9 @@ noinst_PROGRAMS = \
test-video-texture-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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]