mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
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:
@@ -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) ;
|
||||
|
Reference in New Issue
Block a user