From 43d4bdbed8bf71f583b8a3f7a3fbc6918f8aedb2 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Sat, 16 Sep 2006 22:47:10 +0000 Subject: [PATCH] - Remove quotes outside directory name because I don't know how they interact with the rest of the autotools family git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1214 3ecf2c5c-341e-0410-92b4-d18e462d057c --- config/sgpemv2-uninstalled.pc.in | 2 +- config/sgpemv2.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sgpemv2-uninstalled.pc.in b/config/sgpemv2-uninstalled.pc.in index 6dcc9a0..52bbbcf 100644 --- a/config/sgpemv2-uninstalled.pc.in +++ b/config/sgpemv2-uninstalled.pc.in @@ -13,6 +13,6 @@ Description: An educational simulator for process scheduling and management Version: @PACKAGE_VERSION@ URL: http://www.math.unipd.it/ Requires: glibmm-2.4 >= 2.8 gthread-2.0 >= 2.8 -Libs: -L${libdir}/src/backend -Wl,-rpath -Wl,"@libdir@/@PACKAGE@" -lbackend +Libs: -L${libdir}/src/backend -Wl,-rpath -Wl,@libdir@/@PACKAGE@ -lbackend Libs.private: -lglibmm-2.4 -lgthread-2.0 Cflags: -I${includedir} diff --git a/config/sgpemv2.pc.in b/config/sgpemv2.pc.in index 001b6e9..82ba007 100644 --- a/config/sgpemv2.pc.in +++ b/config/sgpemv2.pc.in @@ -13,6 +13,6 @@ Description: An educational simulator for process scheduling and management Version: @PACKAGE_VERSION@ URL: http://www.math.unipd.it/ Requires: glibmm-2.4 >= 2.8 gthread-2.0 >= 2.8 -Libs: -L${libdir} -Wl,-rpath -Wl,"${libdir}" -lbackend +Libs: -L${libdir} -Wl,-rpath -Wl,${libdir} -lbackend Libs.private: -lglibmm-2.4 -lgthread-2.0 Cflags: -I${includedir}