include -Llibdir in default urjtag.pc like everyone else does
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1774 b68d4a1b-bc3d-0410-92ed-d4ac073336b7master
parent
8bcaccbfbd
commit
9e6a5473f9
@ -1,10 +1,12 @@
|
||||
prefix=@prefix@
|
||||
includedir=${prefix}/include
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Universal JTAG library, server and tools
|
||||
Version: @PACKAGE_VERSION@
|
||||
URL: @PACKAGE_BUGREPORT@
|
||||
Libs: -lurjtag
|
||||
Libs: -L${libdir} -lurjtag
|
||||
Libs.private: @LIBS@ @LTLIBINTL@
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue