|
Revision 1551, 288 bytes
(checked in by whmoseley, 4 years ago)
|
1) updated SWISH::API to work with swish-config
2) added -lswish-e to swish-config and pkg-config libs
Think the -g and other options should not be included?
That is, should @CFLAGS@ be include?
3) Minor fix to API.xs
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
prefix=@prefix@ |
|---|
| 2 |
exec_prefix=@exec_prefix@ |
|---|
| 3 |
libdir=@libdir@ |
|---|
| 4 |
includedir=@includedir@ |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
Name: swish-e |
|---|
| 8 |
Version: @VERSION@ |
|---|
| 9 |
Description: SWISH-E - Simple Web Indexing System for Humans - Enhanced |
|---|
| 10 |
Requires: |
|---|
| 11 |
Libs: -L${libdir} -lswish-e @Z_LIBS@ @LIBS@ |
|---|
| 12 |
Cflags: @CFLAGS@ -I${includedir} @Z_CFLAGS@ |
|---|