Apache::libapreq - Generate compiler and linker flags for libapreq |
Apache::libapreq - Generate compiler and linker flags for libapreq
#Makefile CCOPTS = `perl -MApache::libapreq -e ccopts` LDOPTS = `perl -MApache::libapreq -e ldopts`
The libapreq package installs libraries and include files into Perl architecture dependent locations.
print "-I$Config{installsitearch}/auto/libapreq/include"
print "-L$Config{installsitearch}/auto/libapreq -lapreq"
Doug MacEachern
Apache::libapreq - Generate compiler and linker flags for libapreq |