Change of task.cpp should have been to main.cpp and not Task.cpp

This commit is contained in:
Federico Hernandez 2009-06-11 15:42:05 +02:00
parent e39619e4ce
commit 94d8702666

View file

@ -33,7 +33,7 @@ else
fi
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/Task.cpp])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADER([auto.h])
# Checks for programs.