Fixed a typo that break build on FreeBSD

This commit is contained in:
Sanel Zukan 2009-04-14 16:18:21 +00:00
parent 7089acdd4a
commit 98f939c61c
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ LinkAgainstAsFirst evoke : $(EDELIB_DBUS_LIB) ;
EdeProgram evoke : $(SOURCE) ;
ObjectC++Flags ede-startup : $(X_CFLAGS) ;
ProgramBare ede-shutdown : ede-shutdown.cpp ;
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 ;
ObjectC++Flags ede-shutdown : $(X_CFLAGS) ;
ProgramBare ede-shutdown : ede-shutdown.cpp ;
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 ;
InstallEdeProgram ede-settings-apply ;