camerabin: Don't install gst-camera.ui
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 Aug 2010 13:20:08 +0000 (15:20 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 Aug 2010 13:20:08 +0000 (15:20 +0200)
The examples are not meant to be installed and the executables of
them are not installed anyway.

Fixes bug #627918.

tests/examples/camerabin/Makefile.am

index d1e1041..08888c5 100644 (file)
@@ -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)"\"