|
From: <le...@pr...> - 2004-11-07 09:50:00
|
Update of /cvsroot/meshdb/src/geo/rf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/rf 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 = rf rf_SOURCES = main.c rf_LDADD = ../libgeo/libgeo.a Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/rf/main.c,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -d -r1.6 -r1.6.2.1 --- main.c 27 Jul 2004 07:58:31 -0000 1.6 +++ main.c 7 Nov 2004 09:49:45 -0000 1.6.2.1 @@ -12,7 +12,7 @@ #include <errno.h> #include "compat/err.h" -#include "geodesy.h" +#include "libgeo/geodesy.h" int classic = 0; /* classic degree angles */ int radians = 0; /* radians, not degrees */ --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |