videotestsrc: convert from liboil to orc
[platform/upstream/gstreamer.git] / gst / videotestsrc / Makefile.am
1 plugin_LTLIBRARIES = libgstvideotestsrc.la
2
3 ORC_SOURCE=gstvideotestsrcorc
4 include $(top_srcdir)/common/orc.mak
5
6 libgstvideotestsrc_la_SOURCES = \
7                         gstvideotestsrc.c \
8                         videotestsrc.c
9 nodist_libgstvideotestsrc_la_SOURCES = $(ORC_NODIST_SOURCES)
10
11 libgstvideotestsrc_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
12 libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
13 libgstvideotestsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS)
14 libgstvideotestsrc_la_LIBTOOLFLAGS = --tag=disable-static
15
16 noinst_HEADERS = gstvideotestsrc.h videotestsrc.h
17
18