Hi Remi, > > prefix=@prefix@ > > exec_prefix=@exec_prefix@ > > libdir=@libdir@ > > includedir=@includedir@ > > > > plugindir=${libdir}/@PACKAGE@/plugins > > > > Name: @PACKAGE@ > > Description: oFono - Open Source Telephony > > Requires: glib-2.0 dbus-1 > > Version: @VERSION@ > > Libs: -module -avoid-version -export-symbols-regex @PACKAGE(a)_plugin_desc > > In my experience, automake does not fancy LDFLAGS in LIBADD/LDADD. Call that a > pkg-config limitation if you want. so pkg-config --libs clearly is for "all linker flags". So that seems pretty much fine. Alternatives are --libs-only-*. Regards Marcel