diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index 1a377688..3e78b8ff 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -1,3 +1,8 @@ +2010-02-09 Mike Frysinger + + * src/urjtag.pc.in: Include -Llibdir in default output and let pkg-config + worry about filtering it properly. + 2010-02-08 Mike Frysinger * include/urjtag/cable.h (urj_tap_cable_usb_probe): New prototype. diff --git a/urjtag/src/urjtag.pc.in b/urjtag/src/urjtag.pc.in index 73be9ec4..a2e11d77 100644 --- a/urjtag/src/urjtag.pc.in +++ b/urjtag/src/urjtag.pc.in @@ -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}