Update of /cvsroot/meshdb/src/geo/make-hgt-qt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/make-hgt-qt
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:44 leonard Exp $
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = make-hgt-qt
make_hgt_qt_SOURCES = main.c
make_hgt_qt_LDADD = ../libgeo/libgeo.a
Index: main.c
===================================================================
RCS file: /cvsroot/meshdb/src/geo/make-hgt-qt/main.c,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- main.c 20 Sep 2004 13:37:19 -0000 1.1
+++ main.c 7 Nov 2004 09:49:44 -0000 1.1.2.1
@@ -19,7 +19,7 @@
#include <unistd.h>
#include "compat/compat.h"
-#include "qt.h"
+#include "libgeo/qt.h"
int
main(argc, argv)
--- BSDmakefile DELETED ---
--- GNUmakefile DELETED ---
--- Makefile.common DELETED ---
|