Some indenting.

Use EdeProgram rule for ede-launch-sn so it can be compiled whenre edelib is shared library.
This commit is contained in:
Sanel Zukan 2009-09-04 16:46:20 +00:00
parent 4609947b53
commit e9e0e3e154
2 changed files with 5 additions and 5 deletions

View File

@ -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) ;

View File

@ -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