[gst-devel] libtool, automake and C++ library
Sebastian Dröge
sebastian.droege at collabora.co.uk
Sat Sep 12 11:41:00 CEST 2009
Am Samstag, den 12.09.2009, 11:30 +0200 schrieb Miquel Àngel Farré:
> Reece,
>
> Yes I did it, with the same problem, these are my flags:
>
> libgstplugin_la_CFLAGS = $(GST_CXXFLAGS)
> libgstplugin_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GSTCTRL_LIBS)
> libgstplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
> libgstplugin_la_LIBTOOLFLAGS = --tag=disable-static
>
> Nevertheless looking at the generated makefile there is nothing for
> GST_CXXFLAGS, should I add something to configure.ac?
It should be the other way around:
libgstplugin_la_CXXFLAGS = $(GST_CFLAGS)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090912/9700d4e2/attachment.pgp>
More information about the gstreamer-devel
mailing list