Link ede-shutdown with libm too

This commit is contained in:
Sanel Zukan 2009-10-07 11:02:40 +00:00
parent a0e27e657e
commit dd48c50f97

View File

@ -32,7 +32,7 @@ EdeProgram evoke : $(SOURCE) ;
ObjectC++Flags ede-shutdown : $(X_CFLAGS) ;
ProgramBare ede-shutdown : ede-shutdown.cpp ;
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 ;
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 -$(LIBM) ;
InstallEdeProgram ede-settings-apply ;