r94: finished c++ conversions
[ctsim.git] / configure.in
index 9e32c1f9c041b309e960c74723d20abeb58b8df1..8693d57d74997b2d1d132c0bc0a97526408fc6d0 100644 (file)
@@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout
 dnl CDPATH=
 
 AC_INIT(src/ctrec.cpp)
 dnl CDPATH=
 
 AC_INIT(src/ctrec.cpp)
-AM_INIT_AUTOMAKE(ctsim,0.6.0-b2)
+AM_INIT_AUTOMAKE(ctsim,0.6.0-b3)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
@@ -292,21 +292,21 @@ else
 fi
 
 if test "$png" = "true" ; then
 fi
 
 if test "$png" = "true" ; then
-  ctlibs_graphics="$ctlibs_graphics -lpng"
+  ctlibs_tools="$ctlibs_tools -lpng"
 fi
 if test "$zlib" = "true" ; then
 fi
 if test "$zlib" = "true" ; then
-  ctlibs_graphics="$ctlibs_graphics -lz"
+  ctlibs_tools="$ctlibs_tools -lz"
 fi
 if test "$g2" = "true" ; then
 fi
 if test "$g2" = "true" ; then
-  ctlibs_graphics="$ctlibs_graphics -lg2"
+  ctlibs_tools="$ctlibs_tools -lg2"
 fi
 if test "$wx_gtk" = "true" ; then
 fi
 if test "$wx_gtk" = "true" ; then
-  ctlibs_graphics="$ctlibs_graphics -lwx_gtk"
+  ctlibs_tools="$ctlibs_tools -lwx_gtk"
 fi
 
 dnl Setting projet libraries and includes
 LDFLAGS="$LDFLAGS -L../libkmath -L../libk -L../libcio -L../libir" 
 fi
 
 dnl Setting projet libraries and includes
 LDFLAGS="$LDFLAGS -L../libkmath -L../libk -L../libcio -L../libir" 
-ctlibs="$ctlibs_base -lir $ctlibs_graphics -lkmath -lk -lcio"
+ctlibs="$ctlibs_base -lir $ctlibs_graphics -lkmath -lk -lcio $ctlibs_tools"
 AC_SUBST(ctlibs)
 
 if test -n "$lamdir" ; then
 AC_SUBST(ctlibs)
 
 if test -n "$lamdir" ; then