Corrected some errors in the new pkg-config files of the musr-libs

This commit is contained in:
Bastian M. Wojek 2009-06-19 20:56:20 +00:00
parent f87e9fc8c7
commit 52ae98ef9c
2 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ includedir=@includedir@
Name: PMusr
Description: C++ shared library providing musr classes
Version: @VERSION@
Libs: -L${libdir} -l@GENERIC_LIBRARY_NAME@
Cflags: -I${includedir}/@GENERIC_LIBRARY_NAME@ -I${libdir}/include
Libs: -L${libdir} -l@MUSR_LIBRARY_NAME@
Cflags: -I${includedir}

View File

@ -6,5 +6,5 @@ includedir=@includedir@
Name: TLemRunHeader
Description: C++ shared library providing the LEM Run Header class
Version: @VERSION@
Libs: -L${libdir} -l@GENERIC_LIBRARY_NAME@
Libs: -L${libdir} -l@LEM_LIBRARY_NAME@
Cflags: -I${includedir}