X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.in;h=db15adb21982e68723a3e2f5b2674be7a08076e7;hb=514cb250ca0402821f7fa453bc5268eff31648f0;hp=2e3cc40ffe46f4524c4ce9f90dd90a2df275034c;hpb=92a7e95f339442d5d87f0febcae338306e1c6edd;p=ctsim.git diff --git a/configure.in b/configure.in index 2e3cc40..db15adb 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= -AC_INIT(src/ctrec.c) +AC_INIT(src/ctrec.cpp) AM_INIT_AUTOMAKE(ctsim,0.6.0-b1) AM_CONFIG_HEADER(config.h) @@ -293,9 +293,6 @@ fi dnl Setting projet libraries and includes LDFLAGS="$LDFLAGS -L../libkmath -L../libk -L../libcio -L../libir" ctlibs_base="$ctlibs_base -lkmath -lk -lcio" -if test -n "$pngdir" ; then - ctlibs_base="$ctlibs_base -lpng" -fi if test "$zlib" = "true" ; then ctlibs_base="$ctlibs_base -lz" fi