gstreamer/gst-libs/gst/basecamerabinsrc/Makefile.am
Thiago Santos 4938c2e9ea 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.
2010-12-23 13:20:31 -03:00

26 lines
916 B
Makefile

lib_LTLIBRARIES = libgstbasecamerabinsrc-@GST_MAJORMINOR@.la
CLEANFILES = $(BUILT_SOURCES)
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_SOURCES = \
gstcamerabin-enum.c \
gstbasecamerasrc.c
libgstbasecamerabinsrc_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/basecamerabinsrc
libgstbasecamerabinsrc_@GST_MAJORMINOR@include_HEADERS = \
gstcamerabin-enum.h \
gstbasecamerasrc.h
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
-DGST_USE_UNSTABLE_API \
$(GST_CFLAGS)
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LIBADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
-lgstinterfaces-$(GST_MAJORMINOR)
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)