mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) \
|
|||
-DGST_USE_UNSTABLE_API
|
||||
|
||||
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 = \
|
||||
$(includedir)/gstreamer-@GST_API_VERSION@/gst/base
|
||||
|
|
Loading…
Reference in a new issue