diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index f2356ce3..9956d60f 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -34,6 +34,8 @@ * configure.ac: Generate urjtag.pc from urjtag.pc.in. * .gitignore: Ignore generated urjtag.pc. + * src/urjtag.pc.in (Libs.private): Add @LTLIBINTL@ for weird systems (OS X). + 2010-02-04 Jie Zhang * src/tap/cable/ft2232.c (ft2232_gnice_init_common): Replace diff --git a/urjtag/src/urjtag.pc.in b/urjtag/src/urjtag.pc.in index 307e6fe7..73be9ec4 100644 --- a/urjtag/src/urjtag.pc.in +++ b/urjtag/src/urjtag.pc.in @@ -6,5 +6,5 @@ Description: Universal JTAG library, server and tools Version: @PACKAGE_VERSION@ URL: @PACKAGE_BUGREPORT@ Libs: -lurjtag -Libs.private: @LIBS@ +Libs.private: @LIBS@ @LTLIBINTL@ Cflags: -I${includedir}