compositor: Remove extra header for the pad declaration
[platform/upstream/gstreamer.git] / gst / compositor / Makefile.am
1 plugin_LTLIBRARIES = libgstcompositor.la
2
3 ORC_SOURCE=compositororc
4
5 include $(top_srcdir)/common/orc.mak
6
7 libgstcompositor_la_SOURCES = \
8         blend.c \
9         compositor.c
10
11
12 nodist_libgstcompositor_la_SOURCES = $(ORC_NODIST_SOURCES)
13 libgstcompositor_la_CFLAGS =  \
14         -I$(top_srcdir)/gst-libs \
15         -I$(top_builddir)/gst-libs \
16         $(GST_PLUGINS_BASE_CFLAGS) \
17         $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
18 libgstcompositor_la_LIBADD =  \
19         $(top_builddir)/gst-libs/gst/video/libgstbadvideo-$(GST_API_VERSION).la \
20         $(GST_PLUGINS_BASE_LIBS) \
21         -lgstvideo-@GST_API_VERSION@ \
22         $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM)
23 libgstcompositor_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
24
25 # headers we need but don't want installed
26 noinst_HEADERS = \
27         blend.h \
28         compositor.h