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) ;
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
#include <edelib/Debug.h>
|
#include <edelib/Debug.h>
|
||||||
|
|
||||||
#ifdef HAVE_LIBSTARTUP_NOTIFICATION
|
#ifdef HAVE_LIBSTARTUP_NOTIFICATION
|
||||||
#define SN_API_NOT_YET_FROZEN /* required, for now */
|
# define SN_API_NOT_YET_FROZEN /* required, for now */
|
||||||
#include <libsn/sn.h>
|
# include <libsn/sn.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBSTARTUP_NOTIFICATION
|
#ifdef HAVE_LIBSTARTUP_NOTIFICATION
|
||||||
|
Loading…
Reference in New Issue
Block a user