mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
a3d7869aaa
Original commit message from CVS: various build fixes
19 lines
767 B
Makefile
19 lines
767 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgststaticautoplug.la libgststaticautoplugrender.la \
|
|
libgstautoplugcache.la libgstautoplugger.la
|
|
|
|
libgststaticautoplug_la_SOURCES = gststaticautoplug.c
|
|
libgststaticautoplugrender_la_SOURCES = gststaticautoplugrender.c
|
|
libgstautoplugcache_la_SOURCES = gstautoplugcache.c
|
|
libgstautoplugger_la_SOURCES = gstautoplugger.c
|
|
|
|
libgststaticautoplug_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
libgstautoplugcache_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
libgstautoplugger_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
|
|
noinst_HEADERS = gststaticautoplug.h gststaticautoplugrender.h
|
|
|
|
noinst_PROGRAMS = autoplugtest
|
|
autoplugtest_LDADD = $(GST_LIBS)
|