2002-07-26 22:18:57 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvideotestsrc.la
|
|
|
|
|
|
|
|
libgstvideotestsrc_la_SOURCES = \
|
2003-04-16 07:52:54 +00:00
|
|
|
gstvideotestsrc.c \
|
|
|
|
videotestsrc.c
|
2002-07-26 22:18:57 +00:00
|
|
|
|
2010-03-19 01:00:36 +00:00
|
|
|
libgstvideotestsrc_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
2005-07-13 17:58:07 +00:00
|
|
|
libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2010-03-19 01:00:36 +00:00
|
|
|
libgstvideotestsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
2008-10-16 15:07:00 +00:00
|
|
|
libgstvideotestsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
2002-07-26 22:18:57 +00:00
|
|
|
|
2003-04-16 07:52:54 +00:00
|
|
|
noinst_HEADERS = gstvideotestsrc.h videotestsrc.h
|