|
From: <le...@pr...> - 2004-11-07 09:49:59
|
Update of /cvsroot/meshdb/src/geo/shift In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/shift Modified Files: Tag: leonard-dev main.c Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 09:49:45 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = shift shift_SOURCES = main.c shift_LDADD = ../libgeo/libgeo.a Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/shift/main.c,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -d -r1.2.2.1 -r1.2.2.2 --- main.c 7 Nov 2004 00:46:51 -0000 1.2.2.1 +++ main.c 7 Nov 2004 09:49:45 -0000 1.2.2.2 @@ -24,7 +24,7 @@ #include <time.h> #include <math.h> -#include "ntv2.h" +#include "libgeo/ntv2.h" #include "compat/err.h" #define abs(x) ((x) < 0 ? -(x) : (x)) --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |