2001-03-07 21:52:56 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
2001-05-25 21:00:07 +00:00
|
|
|
filter_LTLIBRARIES = libgststaticautoplug.la libgststaticautoplugrender.la \
|
|
|
|
libgstautoplugcache.la libgstautoplugger.la
|
2001-03-07 21:52:56 +00:00
|
|
|
|
2001-05-27 21:56:04 +00:00
|
|
|
libgststaticautoplug_la_SOURCES = gststaticautoplug.c
|
|
|
|
libgststaticautoplugrender_la_SOURCES = gststaticautoplugrender.c
|
2001-05-25 21:00:07 +00:00
|
|
|
libgstautoplugcache_la_SOURCES = gstautoplugcache.c
|
|
|
|
libgstautoplugger_la_SOURCES = gstautoplugger.c
|
|
|
|
|
2001-04-17 05:24:24 +00:00
|
|
|
libgststaticautoplug_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
|
|
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
2001-05-25 21:00:07 +00:00
|
|
|
libgstautoplugcache_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
2001-05-27 21:56:04 +00:00
|
|
|
libgstautoplugger_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
|
|
|
2001-12-04 22:12:50 +00:00
|
|
|
libgststaticautoplug_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS)
|
|
|
|
libgststaticautoplugrender_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS)
|
|
|
|
libgstautoplugcache_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS)
|
|
|
|
libgstautoplugger_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS)
|
|
|
|
|
2001-05-27 21:56:04 +00:00
|
|
|
noinst_HEADERS = gststaticautoplug.h gststaticautoplugrender.h
|
2001-05-25 21:00:07 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = autoplugtest
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2001-12-08 14:18:23 +00:00
|
|
|
autoplugtest_CFLAGS = $(GST_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
2001-12-04 22:12:50 +00:00
|
|
|
autoplugtest_LDADD = $(GST_LIBS) $(GLIB_LIBS) $(XML_LIBS)
|