summaryrefslogtreecommitdiffstats
path: root/gst/videoflip/Makefile.am
blob: ad9b7a9eb5d7d13e1bd5129c9eb316ad99b45b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstvideoflip.la

libgstvideoflip_la_SOURCES = \
			gstvideoflip.c \
			videoflip.c
libgstvideoflip_la_CFLAGS = $(GST_CFLAGS)
libgstvideoflip_la_LIBADD =
libgstvideoflip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstvideoflip.h videoflip.h