mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
13 lines
383 B
Makefile
13 lines
383 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libgststaticautoplug.la libgststaticautoplugrender.la
|
||
|
|
||
|
libgststaticautoplug_la_SOURCES = \
|
||
|
gststaticautoplug.c
|
||
|
|
||
|
libgststaticautoplugrender_la_SOURCES = \
|
||
|
gststaticautoplugrender.c
|
||
|
|
||
|
libgststaticautoplug_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
|
||
|
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
|