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

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

View File

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