summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRob Staudinger <robsta@linux.intel.com>2011-09-16 16:11:59 +0200
committerRob Staudinger <robsta@linux.intel.com>2011-09-16 16:11:59 +0200
commite1e3808c1a31299272c8ce5f3368729cc92c9911 (patch)
treeff55f9931f3a56e6d0a6b87eaa31443cc000b0aa /examples
parent56e1d374ef87b58e5d784adf44ef9a2a2642ac0f (diff)
build: Simplify debug options.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am1
-rw-r--r--examples/video-profile/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6631a82..b336743 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -4,7 +4,6 @@ SUBDIRS = video-profile
AM_CPPFLAGS = \
-I$(top_srcdir) \
-DG_DISABLE_DEPRECATED \
- $(YTS_DEBUG_CFLAGS) \
$(NULL)
AM_CFLAGS = $(YTS_CFLAGS)
diff --git a/examples/video-profile/Makefile.am b/examples/video-profile/Makefile.am
index e85da47..8ed99e0 100644
--- a/examples/video-profile/Makefile.am
+++ b/examples/video-profile/Makefile.am
@@ -2,7 +2,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-DG_DISABLE_DEPRECATED \
- $(YTS_DEBUG_CFLAGS) \
$(NULL)
AM_CFLAGS = $(YTS_CFLAGS)