summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-30 15:20:08 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-30 15:20:08 +0200
commit940d253b7824644d1088386049f22444c389fbc2 (patch)
treefdbacb219ad5c665337f8f83166385df956010f5
parent5cc57a82f079d50a5f6daa8601e44fea3e7631eb (diff)
camerabin: Don't install gst-camera.ui
The examples are not meant to be installed and the executables of them are not installed anyway. Fixes bug #627918.
-rw-r--r--tests/examples/camerabin/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/examples/camerabin/Makefile.am b/tests/examples/camerabin/Makefile.am
index d1e104140..08888c5e0 100644
--- a/tests/examples/camerabin/Makefile.am
+++ b/tests/examples/camerabin/Makefile.am
@@ -19,8 +19,7 @@ gst_camera_LDADD = \
$(GTK_LIBS) \
$(GMODULE_EXPORT_LIBS)
-uidir = $(datadir)/gstreamer-@GST_MAJORMINOR@/camera-apps
-ui_DATA = $(GST_CAMERABIN_UI_FILES)
+noinst_DATA = $(GST_CAMERABIN_UI_FILES)
INCLUDES = -DCAMERA_APPS_UIDIR=\""$(uidir)"\"