Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ |
||
3 | libdir=@libdir@ |
||
4 | includedir=@includedir@ |
||
5 | |||
6 | Name: @PACKAGE_NAME@ |
||
7 | Description: DomainKeys Identified Mail library from Alt-N Inc. |
||
8 | Version: @PACKAGE_VERSION@ |
||
9 | Requires.private: libcrypto |
||
10 | Libs: -L${libdir} -ldkim |
||
11 | Libs.private: @LIBS@ |
||
12 | Cflags: -I${includedir} |