mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
hardlink stdc++ until someone explains us The One True Way
Original commit message from CVS: hardlink stdc++ until someone explains us The One True Way
This commit is contained in:
parent
eee0a6300f
commit
1f1d9b874f
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ libgstmodplug_la_SOURCES = modplug_types.c gstmodplug.cc
|
|||
libgstmodplug_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS)
|
||||
libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la
|
||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
# we add stdc++ because it'll be used by C programs
|
||||
libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lstdc++
|
||||
|
||||
noinst_HEADERS = gstmodplug.h modplug_types.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue