mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
55006f6367
Original commit message from CVS: Merged the AUTOPLUG2 branch
12 lines
383 B
Makefile
12 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)
|