[Echempp-devel] Model/Adapters Makefile.am,1.23,1.24
Status: Beta
Brought to you by:
berndspeiser
|
From: beeblbrox <bee...@us...> - 2007-12-22 15:54:59
|
Update of /cvsroot/echempp/Model/Adapters In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27030/Model/Adapters Modified Files: Makefile.am Log Message: Removed flags concerning tiny xml. Index: Makefile.am =================================================================== RCS file: /cvsroot/echempp/Model/Adapters/Makefile.am,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Makefile.am 11 May 2007 14:50:50 -0000 1.23 --- Makefile.am 22 Dec 2007 15:54:55 -0000 1.24 *************** *** 42,47 **** libeppAdapters_la_CXXFLAGS = -Wall -Werror -pedantic-errors\ -Wno-unused-parameter\ ! -Wno-parentheses\ ! -DTIXML_USE_STL libeppAdapters_la_LDFLAGS = $(MODEL_LDFLAGS) -version-info 0:0:0 --- 42,46 ---- libeppAdapters_la_CXXFLAGS = -Wall -Werror -pedantic-errors\ -Wno-unused-parameter\ ! -Wno-parentheses libeppAdapters_la_LDFLAGS = $(MODEL_LDFLAGS) -version-info 0:0:0 |