source: libcodepatterns.pc.in@ 315a1e

Last change on this file since 315a1e was 315a1e, checked in by Frederik Heber <heber@…>, 10 years ago

FIX: Fixed several lintian warnings when making debian package.

  • library name is now lower case, package name is now libcodepatterns.
  • external libs are now added to LDFLAGS instead of LIBADD.
  • Property mode set to 100644
File size: 358 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE_NAME@
7Description: CodePatterns - various design schemes and helpers to initial application development
8Version: @PACKAGE_VERSION@
9URL: @PACKAGE_URL@
10Libs: -L${libdir} -lCodePatterns
11Cflags: -I${includedir}
12##Requires: boost_thread >= 1.4.0
13Libs.private: -ldl
Note: See TracBrowser for help on using the repository browser.