[Lemon-commits] [lemon_svn] ladanyi: r677 - hugo/branches/ladanyi/automake_test/src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:55 CET 2006
Author: ladanyi
Date: Tue May 4 10:26:26 2004
New Revision: 677
Modified:
hugo/branches/ladanyi/automake_test/src/test/Makefile.am
Log:
Turned out that INCLUDES has been deprecated in favour of AM_CPPFLAGS.
Modified: hugo/branches/ladanyi/automake_test/src/test/Makefile.am
==============================================================================
--- hugo/branches/ladanyi/automake_test/src/test/Makefile.am (original)
+++ hugo/branches/ladanyi/automake_test/src/test/Makefile.am Tue May 4 10:26:26 2004
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
check_PROGRAMS = foo_test foo_fail_test
More information about the Lemon-commits
mailing list