mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
82091e16ff
Original commit message from CVS: Adjusted the Makefile so that it builds here...
20 lines
582 B
Makefile
20 lines
582 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgststaticautoplug.la libgststaticautoplugrender.la \
|
|
libgstautoplugcache.la
|
|
|
|
libgststaticautoplug_la_SOURCES = \
|
|
gststaticautoplug.c
|
|
|
|
libgststaticautoplugrender_la_SOURCES = \
|
|
gststaticautoplugrender.c
|
|
|
|
libgstautoplugcache_la_SOURCES = gstautoplugcache.c
|
|
|
|
libgststaticautoplug_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
libgstautoplugcache_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
|
|
noinst_PROGRAMS = autoplugtest
|
|
autoplugtest_LDADD = $(GST_LIBS)
|
|
|