Update of /cvsroot/plplot/plplot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21926
Modified Files:
CMakeLists.txt
Log Message:
Build and install libplplotgnome2(d). Also, configure the corresponding
plplot(d)-gnome2.pc pkg-config file which solves all the installed c
examples build problems with plplotcanvas_animation and plplotcanvas_demo.
I also checked that those two plplot-gcw demonstrations worked once they
were built.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/plplot/plplot/CMakeLists.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- CMakeLists.txt 15 Jul 2006 01:43:27 -0000 1.15
+++ CMakeLists.txt 18 Jul 2006 22:28:42 -0000 1.16
@@ -58,6 +58,9 @@
set(plplotf95_SOVERSION 9)
set(plplotf95_VERSION ${plplotf95_SOVERSION}.1.0)
+set(plplotgnome2_SOVERSION 0)
+set(plplotgnome2_VERSION ${plplotgnome2_SOVERSION}.0.0)
+
# End of version area that needs modification for each release.
# Version 2.4.2 or above of cmake is required!
|