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
@ -15,6 +15,6 @@ SOURCE = ede-launch.cpp ;
|
||||
EdeProgram ede-launch : $(SOURCE) ;
|
||||
TranslationStrings locale : $(SOURCE) ;
|
||||
|
||||
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
|
||||
EdeProgramAsFltkBare ede-launch-sn : ede-launch-sn.cpp ;
|
||||
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;
|
||||
ObjectC++Flags ede-launch-sn.cpp : $(STARTUP_NOTIFICATION_INCLUDE) ;
|
||||
EdeProgram ede-launch-sn : ede-launch-sn.cpp ;
|
||||
LinkAgainst ede-launch-sn : $(STARTUP_NOTIFICATION_LIB) ;
|
||||
|
@ -26,8 +26,8 @@
|
||||
#include <edelib/Debug.h>
|
||||
|
||||
#ifdef HAVE_LIBSTARTUP_NOTIFICATION
|
||||
#define SN_API_NOT_YET_FROZEN /* required, for now */
|
||||
#include <libsn/sn.h>
|
||||
# define SN_API_NOT_YET_FROZEN /* required, for now */
|
||||
# include <libsn/sn.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBSTARTUP_NOTIFICATION
|
||||
|
Loading…
Reference in New Issue
Block a user