mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
91aa46b62d
Original commit message from CVS: finished change to GST_ macros
12 lines
371 B
Makefile
12 lines
371 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 $(GST_LIBVERSION)
|
|
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|