Moving ede-autostart code in separate directory, since is pretty unrelated to evoke.

This commit is contained in:
Sanel Zukan 2009-10-03 09:29:49 +00:00
parent ad64995076
commit 82b85f20be
5 changed files with 2 additions and 5 deletions

View File

@ -16,7 +16,7 @@ Clean distclean : $(JCACHEFILE) $(HCACHEFILE) ;
# SubInclude goes after local rules
SubInclude TOP ede-about ;
SubInclude TOP ede-autostart;
SubInclude TOP ede-autostart ;
SubInclude TOP ede-bell-conf ;
SubInclude TOP ede-bug-tools ;
SubInclude TOP ede-calc ;

View File

@ -8,7 +8,7 @@
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-autostart;
SubDir TOP ede-autostart ;
EdeProgram ede-autostart : ede-autostart.cpp ;
#ObjectC++Flags ede-autostart : -DDEBUG_AUTOSTART_RUN ;

View File

@ -34,9 +34,6 @@ ObjectC++Flags ede-shutdown : $(X_CFLAGS) ;
ProgramBare ede-shutdown : ede-shutdown.cpp ;
LinkAgainst ede-shutdown : $(X_LIBS) -lX11 ;
EdeProgram ede-autostart : ede-autostart.cpp ;
#ObjectC++Flags ede-autostart : -DDEBUG_AUTOSTART_RUN ;
InstallEdeProgram ede-settings-apply ;
EdeManualWithToc [ FFileName doc evoke.txt ] ;