summaryrefslogtreecommitdiff
path: root/gst-libs/gst/Makefile.am
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-12-13 19:36:41 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-12-23 13:20:31 -0300
commit4938c2e9ea2613d4049dc01756346bbb055eab70 (patch)
tree048300e5ec8cbb2e0d82811b36d01895f5a1330d /gst-libs/gst/Makefile.am
parent4a28d5f4780ec680ab53579630830a59d862457a (diff)
downloadgstreamer-plugins-bad-4938c2e9ea2613d4049dc01756346bbb055eab70.tar.gz
camerabin2: Move basecamerasrc to gst-libs
Move the base camera src class to gst-libs/gst/basecamerabinsrc to allow it to be included from the tests.
Diffstat (limited to 'gst-libs/gst/Makefile.am')
-rw-r--r--gst-libs/gst/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am
index e48cdd802..561c1f4ea 100644
--- a/gst-libs/gst/Makefile.am
+++ b/gst-libs/gst/Makefile.am
@@ -1,5 +1,9 @@
-SUBDIRS = interfaces signalprocessor video
+if BUILD_EXPERIMENTAL
+EXPERIMENTAL_LIBS=basecamerabinsrc
+endif
+
+SUBDIRS = $(EXPERIMENTAL_LIBS) interfaces signalprocessor video
noinst_HEADERS = gst-i18n-plugin.h gettext.h
-DIST_SUBDIRS = interfaces signalprocessor video
+DIST_SUBDIRS = $(EXPERIMENTAL_LIBS) interfaces signalprocessor video