summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-06-13 13:34:37 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-06-14 14:53:52 +0200
commit36e3426c73abba793987e953e03cdeced5687d95 (patch)
tree9e83b9900d2e2604f1c9d1134ce7f859650109e9 /tests
parenta5402d6eeb42e1b3f7ae986340ff6f3753dd69b4 (diff)
downloadgstreamer-plugins-bad-36e3426c73abba793987e953e03cdeced5687d95.tar.gz
build: Fix some automake warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/camerabin2/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/camerabin2/Makefile.am b/tests/examples/camerabin2/Makefile.am
index 74be998a8..1a26a47cd 100644
--- a/tests/examples/camerabin2/Makefile.am
+++ b/tests/examples/camerabin2/Makefile.am
@@ -1,5 +1,7 @@
GST_CAMERABIN_UI_FILES = gst-camera2.ui
+AM_CPPFLAGS = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
+
if HAVE_GTK
GST_CAMERABIN_GTK_EXAMPLES = gst-camera2
@@ -22,8 +24,6 @@ gst_camera2_LDADD = \
noinst_DATA = $(GST_CAMERABIN_UI_FILES)
-INCLUDES = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
-
else
GST_CAMERABIN_GTK_EXAMPLES =
endif