add license to distribution file
[lwes.git] / pkgconfig-template.pc.in
blob4c6d16150bb47dc0ea6a28dce9d1bd547cc79c86
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: @PACKAGE@
7 Description: @SHORT_DESC@
8 Version: @PACKAGE_VERSION@
9 Requires:
10 Libs: -L${libdir} -l@PACKAGE_NAME@
11 Cflags: -I${includedir}/@PACKAGE_NAME@-@MAJOR_VERSION@
13 # Created by skeletor version 2.1.1