# HG changeset patch # User Alpar Juttner # Date 2009-03-18 17:18:05 # Node ID 20e3acc1a757bc90dd280136e524c2f56a0f42c2 # Parent ba659d676331942fad3d346499583b34a701de0d Switch on warnings when compiling the lib diff --git a/lemon/Makefile.am b/lemon/Makefile.am --- a/lemon/Makefile.am +++ b/lemon/Makefile.am @@ -17,6 +17,7 @@ lemon_libemon_la_CXXFLAGS = \ + $(AM_CXXFLAGS) \ $(GLPK_CFLAGS) \ $(CPLEX_CFLAGS) \ $(SOPLEX_CXXFLAGS) \