1 plugin_LTLIBRARIES = libgstcamerabin2.la
3 libgstcamerabin2_la_SOURCES = gstviewfinderbin.c \
6 gstwrappercamerabinsrc.c \
10 libgstcamerabin2_la_CFLAGS = \
11 $(GST_PLUGINS_BAD_CFLAGS) \
12 $(GST_PLUGINS_BASE_CFLAGS) \
13 $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
14 -DGST_USE_UNSTABLE_API
16 libgstcamerabin2_la_LIBADD = \
17 $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la \
18 $(top_builddir)/gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-$(GST_MAJORMINOR).la \
19 $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) -lgsttag-$(GST_MAJORMINOR) -lgstapp-$(GST_MAJORMINOR) -lgstpbutils-$(GST_MAJORMINOR) \
20 $(GST_BASE_LIBS) $(GST_LIBS)
22 libgstcamerabin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
23 libgstcamerabin2_la_LIBTOOLFLAGS = --tag=disable-static
25 noinst_HEADERS = gstviewfinderbin.h \
26 gstimagecapturebin.h \
28 gstwrappercamerabinsrc.h \