summaryrefslogtreecommitdiff
path: root/gst/camerabin2/Makefile.am
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-11-26 10:14:46 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-12-08 15:38:27 -0300
commit3db90e1d432196be2852a27f00ba7432b4590656 (patch)
tree1858768c37450dee8856c6a00164178d13677562 /gst/camerabin2/Makefile.am
parent39093d2199afdac49917e4eb37ae15c986254bf1 (diff)
camerabin2: Adds a stub element for camerabin2
Adds camerabin2 element, it is now a pile of stubs.
Diffstat (limited to 'gst/camerabin2/Makefile.am')
-rw-r--r--gst/camerabin2/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/camerabin2/Makefile.am b/gst/camerabin2/Makefile.am
index e1278f4bb..92229d73d 100644
--- a/gst/camerabin2/Makefile.am
+++ b/gst/camerabin2/Makefile.am
@@ -7,6 +7,7 @@ libgstcamerabin2_la_SOURCES = gstviewfinderbin.c \
gstbasecamerasrc.c \
gstcamerabin-enum.c \
gstv4l2camerasrc.c \
+ gstcamerabin2.c \
gstplugin.c
libgstcamerabin2_la_CFLAGS = \
@@ -28,4 +29,5 @@ noinst_HEADERS = gstviewfinderbin.h \
camerabingeneral.h \
gstbasecamerasrc.h \
gstv4l2camerasrc.h \
+ gstcamerabin2.h \
gstcamerabin-enum.h