From: Mathias Fr?h. <fro...@us...> - 2004-04-29 07:10:55
|
Update of /cvsroot/jsbsim/JSBSim/simgear/props In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/simgear/props Modified Files: Makefile.am Log Message: Fix automake build system Index: Makefile.am =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/simgear/props/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.am 3 Jun 2003 10:00:13 -0000 1.1 --- Makefile.am 29 Apr 2004 07:10:47 -0000 1.2 *************** *** 1,5 **** ! lib_LIBRARIES = libProperties.a INCLUDES = -I../ ! libProperties_a_SOURCES = props.cxx props.hxx --- 1,8 ---- ! noinst_LIBRARIES = libProperties.a INCLUDES = -I../ ! libProperties_a_SOURCES = props.cxx ! ! noinst_HEADERS = props.hxx ! |