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.
This commit is contained in:
Sebastian Dröge 2010-08-30 15:20:08 +02:00
parent 5cc57a82f0
commit 940d253b78

View 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)"\"