From 124c6d8259b0709a90587ec7a59707a80b5d48c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 3 Jan 2011 23:46:02 +0000 Subject: [PATCH] build: fix disting of experimental basecamerabinsrc lib used by camerabin2 https://bugzilla.gnome.org/show_bug.cgi?id=638604 --- gst-libs/gst/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 5614580..a760e99 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -1,4 +1,3 @@ - if BUILD_EXPERIMENTAL EXPERIMENTAL_LIBS=basecamerabinsrc endif @@ -6,4 +5,4 @@ endif SUBDIRS = interfaces signalprocessor video $(EXPERIMENTAL_LIBS) noinst_HEADERS = gst-i18n-plugin.h gettext.h -DIST_SUBDIRS = interfaces signalprocessor video $(EXPERIMENTAL_LIBS) +DIST_SUBDIRS = interfaces signalprocessor video basecamerabinsrc -- 2.7.4