- Fixed compilation problems on SuSE
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1306 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
7291056bbd
commit
9d8bb4f811
|
@ -13,6 +13,6 @@ Description: An educational simulator for process scheduling and management
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
URL: http://www.math.unipd.it/
|
URL: http://www.math.unipd.it/
|
||||||
Requires: glibmm-2.4 >= 2.8 gthread-2.0 >= 2.8
|
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 -lbackend
|
||||||
Libs.private: -lglibmm-2.4 -lgthread-2.0
|
Libs.private: -lglibmm-2.4 -lgthread-2.0
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -13,6 +13,6 @@ Description: An educational simulator for process scheduling and management
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
URL: http://www.math.unipd.it/
|
URL: http://www.math.unipd.it/
|
||||||
Requires: glibmm-2.4 >= 2.8 gthread-2.0 >= 2.8
|
Requires: glibmm-2.4 >= 2.8 gthread-2.0 >= 2.8
|
||||||
Libs: -L${libdir} -Wl,-rpath -Wl,${libdir} -lbackend
|
Libs: -L${libdir} -lbackend
|
||||||
Libs.private: -lglibmm-2.4 -lgthread-2.0
|
Libs.private: -lglibmm-2.4 -lgthread-2.0
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue