source:
trunk/server/lib/tevent/tevent.pc.in
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 275 bytes |
Rev | Line | |
---|---|---|
[745] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
4 | includedir=@includedir@ | |
5 | ||
6 | Name: tevent | |
7 | Description: An event system library | |
8 | Version: @PACKAGE_VERSION@ | |
9 | Requires: talloc | |
10 | Libs: -L${libdir} -ltevent | |
11 | Cflags: @LIB_RPATH@ -I${includedir} | |
12 | URL: http://samba.org/ |
Note:
See TracBrowser
for help on using the repository browser.