badbase: Use the correct LDFLAGS for creating libraries
Otherwise we won't e.g. create .dlls on Windows
This commit is contained in:
parent
48006e2136
commit
104816e906
@ -7,7 +7,7 @@ libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) \
|
|||||||
-DGST_USE_UNSTABLE_API
|
-DGST_USE_UNSTABLE_API
|
||||||
|
|
||||||
libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
|
libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
|
||||||
libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LDFLAGS)
|
libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
|
|
||||||
libgstbadbase_@GST_API_VERSION@includedir = \
|
libgstbadbase_@GST_API_VERSION@includedir = \
|
||||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/base
|
$(includedir)/gstreamer-@GST_API_VERSION@/gst/base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user