Update of /cvsroot/meshdb/src/geo/elev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/geo/elev
Modified Files:
Tag: leonard-dev
Makefile.am
Log Message:
more autoconf
Index: Makefile.am
===================================================================
RCS file: /cvsroot/meshdb/src/geo/elev/Attic/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Makefile.am 7 Nov 2004 09:49:43 -0000 1.1.2.1
+++ Makefile.am 7 Nov 2004 12:16:32 -0000 1.1.2.2
@@ -1,6 +1,6 @@
# $Id$
-AM_CPPFLAGS = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(srcdir)/..
bin_PROGRAMS = elev
elev_SOURCES = elev.c
|