mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixed a typo that break build on FreeBSD
This commit is contained in:
parent
7089acdd4a
commit
98f939c61c
@ -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 ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user