24f497ed57d52f5570a2de92c1273f4abe6d6afa
[platform/upstream/gstreamer.git] / gst / camerabin2 / Makefile.am
1 plugin_LTLIBRARIES = libgstcamerabin2.la
2
3 libgstcamerabin2_la_SOURCES = gstviewfinderbin.c \
4                                 gstimagecapturebin.c \
5                                 camerabingeneral.c \
6                                 gstwrappercamerabinsrc.c \
7                                 gstcamerabin2.c \
8                                 gstplugin.c
9
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
15
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)
21
22 libgstcamerabin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
23 libgstcamerabin2_la_LIBTOOLFLAGS = --tag=disable-static
24
25 noinst_HEADERS = gstviewfinderbin.h \
26                 gstimagecapturebin.h \
27                 camerabingeneral.h \
28                 gstwrappercamerabinsrc.h \
29                 gstcamerabin2.h