Changeset 4e137c4d13b1044c58c5cdf9f2a9515e6c526af0
- Timestamp:
- 08/16/07 00:55:38 (17 months ago)
- Author:
- Mark Guzman <segfault@…>
- Parents:
- 7a07f38135bf6877310b0485e6780cde43469284
- Children:
- c73236cf7877f86dedac0485ccd65f0a3f769543
- git-committer:
- Mark Guzman <segfault@hasno.info> / 2007-08-16T04:55:38Z+0000
- Message:
-
pull in the xml lib defines
git-svn-id: svn://hasno.info/fastxml/trunk@28 b3082176-f867-4bde-be85-e3c57d66f029
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb9a586
|
r4e137c
|
|
| 8 | 8 | find_library( 'xslt', "xmlInitParser", "/usr/lib", "/usr/local/lib", "/opt/local/lib" ) |
| 9 | 9 | have_library( 'xslt', 'xsltParseStylesheetFile', 'libxslt/xslt.h' ) |
| | 10 | $LDFLAGS << ' %s' % (`xml2-config --libs`).chomp |
| | 11 | $CFLAGS << ' %s' % (`xml2-config --cflags`).chomp |
| | 12 | |
| 10 | 13 | create_makefile ext_name |