Added EdeProgramBare rule, that will link with FLTK libs, without images

libstartup-notification checks in configure.in
ede-launch now uses startup notification protocol via ede-launch-sn helper
Added removal of /tmp/.evoke.lock at the startup, in case evoke crashed during sesssion
This commit is contained in:
Sanel Zukan
2009-03-06 12:12:27 +00:00
parent 84589d3ad7
commit 51b488fb14
6 changed files with 58 additions and 6 deletions

View File

@@ -12,5 +12,9 @@ SubDir TOP ede-launch ;
SOURCE = ede-launch.cpp ;
EdeProgram ede-launch : $(SOURCE) ;
EdeProgram ede-launch : $(SOURCE) ;
TranslationStrings locale : $(SOURCE) ;
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
EdeProgramBare ede-launch-sn : ede-launch-sn.cpp ;
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;