Files
wget2/libwget.pc.in
Tim Rühsen 3e413e496d Fix Name + Libs in pkg-config file
* libwget.pc.in: Set Name to libwget and change -llibwget to -lwget
2016-01-09 18:01:13 +01:00

12 lines
268 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libwget
Description: Wget downloader C library.
Version: @LIBWGET_VERSION@
URL: @PACKAGE_URL@
Libs: -L${libdir} -lwget
Cflags: -I${includedir}/libwget -I${libdir}/libwget/include