mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Some indenting.
Use EdeProgram rule for ede-launch-sn so it can be compiled whenre edelib is shared library.
This commit is contained in:
parent
4609947b53
commit
e9e0e3e154
@ -16,5 +16,5 @@ EdeProgram ede-launch : $(SOURCE) ;
|
|||||||
TranslationStrings locale : $(SOURCE) ;
|
TranslationStrings locale : $(SOURCE) ;
|
||||||
|
|
||||||
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
|
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
|
||||||
EdeProgramAsFltkBare ede-launch-sn : ede-launch-sn.cpp ;
|
EdeProgram ede-launch-sn : ede-launch-sn.cpp ;
|
||||||
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;
|
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;
|
||||||
|
Loading…
Reference in New Issue
Block a user