summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* tevent: Update flags in tevent pkgconfig fileLukas Slebodnik2014-04-041-2/+2
| | | | | | | | | | | After exapnding, @LIB_RPATH@ will be -Wl,-rpatch,/usr/local/lib if rpath is used on install. But "-Wl," will be passed to linker and should not be among CFLAGS. Other pkgconfig files have @LIB_RPATH@ in the right place. @see commit 735c1cd2da15167748e92ba6de48fdb5169db587 Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-081-1/+1
| | | | | | | | this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104
* Add dependency to talloc in tevent pc file.Jelmer Vernooij2009-01-061-0/+1
|
* tevent: rename events => tevent in tevent.pcStefan Metzmacher2009-01-021-1/+1
| | | | metze
* s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-171-1/+1
| | | | metze
* s4:lib/events: move to toplevel directory as lib/tevent/Stefan Metzmacher2008-12-171-0/+11
This commit will not compile on its own. metze