mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
c49cdd59ff
Fix order, fix variables that don't exist, like GST_LIBS_LIBS, use $(LIBM) instead of -lm, and move _LIBS from LDFLAGS to LIBADD. Spotted by Havard Graff.
9 lines
306 B
Makefile
9 lines
306 B
Makefile
plugin_LTLIBRARIES = libgstautoconvert.la
|
|
|
|
libgstautoconvert_la_SOURCES = gstautoconvert.c gstautoconvert.h
|
|
|
|
libgstautoconvert_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstautoconvert_la_LIBADD = $(GST_LIBS)
|
|
libgstautoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstautoconvert_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|