Fixed a typo

This commit is contained in:
Sanel Zukan 2009-10-07 11:04:57 +00:00
parent dd48c50f97
commit 235cd14b02

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 -$(LIBM) ;
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 $(LIBM) ;
InstallEdeProgram ede-settings-apply ;