Convert a few inner loops to use liboil. This is currently optional, and is only...
[platform/upstream/gstreamer.git] / gst / videotestsrc / Makefile.am
1
2 plugin_LTLIBRARIES = libgstvideotestsrc.la
3
4 libgstvideotestsrc_la_SOURCES = \
5                         gstvideotestsrc.c \
6                         videotestsrc.c
7
8 libgstvideotestsrc_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS)
9 libgstvideotestsrc_la_LIBADD =
10 libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBOIL_LIBS)
11
12 noinst_HEADERS = gstvideotestsrc.h videotestsrc.h