# HG changeset patch # User Alpar Juttner # Date 1237393085 0 # Node ID 20e3acc1a757bc90dd280136e524c2f56a0f42c2 # Parent ba659d676331942fad3d346499583b34a701de0d Switch on warnings when compiling the lib diff -r ba659d676331 -r 20e3acc1a757 lemon/Makefile.am --- a/lemon/Makefile.am Mon Mar 16 13:51:32 2009 +0000 +++ b/lemon/Makefile.am Wed Mar 18 16:18:05 2009 +0000 @@ -17,6 +17,7 @@ lemon_libemon_la_CXXFLAGS = \ + $(AM_CXXFLAGS) \ $(GLPK_CFLAGS) \ $(CPLEX_CFLAGS) \ $(SOPLEX_CXXFLAGS) \