|
From: <le...@pr...> - 2004-11-07 09:49:54
|
Update of /cvsroot/meshdb/src/geo/alt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/alt 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:42 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = alt alt_SOURCES = main.c alt_LDADD = ../libgeo/libgeo.a Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/alt/main.c,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- main.c 24 Nov 2003 07:19:22 -0000 1.3 +++ main.c 7 Nov 2004 09:49:42 -0000 1.3.2.1 @@ -20,8 +20,8 @@ #include <ieeefp.h> #endif -#include "alt.h" -#include "image.h" +#include "libgeo/alt.h" +#include "libgeo/image.h" #include "compat/compat.h" #include "compat/err.h" --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |