mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Moving ede-autostart code in separate directory, since is pretty unrelated to evoke.
This commit is contained in:
parent
ad64995076
commit
82b85f20be
2
Jamfile
2
Jamfile
@ -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 ;
|
||||
|
@ -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 ;
|
||||
|
@ -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 ] ;
|
||||
|
Loading…
Reference in New Issue
Block a user