new build rules, same changes as in ticket 12 of mrw-c++; refs #14
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
prefix=@PACKAGENAME@
|
||||
prefix=@PACKAGE_NAME@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: @PACKAGENAME@
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: C++ wrappers around pcsc-lite, cryptoki, openssh
|
||||
Version: @VERSION@
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lxml-cxx
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user