From: Mathias Fr?h. <fro...@us...> - 2004-04-29 07:10:55
|
Update of /cvsroot/jsbsim/JSBSim/simgear In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/simgear Modified Files: Makefile.am Log Message: Fix automake build system Index: Makefile.am =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/simgear/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.am 3 Jun 2003 09:53:54 -0000 1.3 --- Makefile.am 29 Apr 2004 07:10:30 -0000 1.4 *************** *** 1,4 **** SUBDIRS = props ! EXTRA_DIST = compiler.h ! --- 1,3 ---- SUBDIRS = props ! noinst_HEADERS = compiler.h |