You need something like this in your Makefile: PIDGIN_CFLAGS=`pkg-config --cflags pidgin purple` PIDGIN_LIBS=`pkg-config --libs pidgin purple` PIDGIN_PREFIX=`pkg-config --variable=prefix purple`
On Sun, Oct 10, 2010 at 9:58 AM, Chuck Norris <[email protected]> wrote: > I've wrote plugin for pidgin. And now I want make tarball distribution > for it. I want know right way to determine plugins directory in > distributive indepentent way. I used > pkg-config pidgin --variable=plugindir > but it seems not working on ubuntu 10.4. They use pidgin-2.6.6 and .pc > file doesn't contain this variable. > > _______________________________________________ > [email protected] mailing list > Want to unsubscribe? Use this link: > http://pidgin.im/cgi-bin/mailman/listinfo/support >
_______________________________________________ [email protected] mailing list Want to unsubscribe? Use this link: http://pidgin.im/cgi-bin/mailman/listinfo/support
