Adding ede-autostart dir

This commit is contained in:
Sanel Zukan 2009-10-03 09:24:57 +00:00
parent bbac3c8882
commit ad64995076
2 changed files with 15 additions and 0 deletions

View File

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

14
ede-autostart/Jamfile Normal file
View File

@ -0,0 +1,14 @@
#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2009 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP ede-autostart;
EdeProgram ede-autostart : ede-autostart.cpp ;
#ObjectC++Flags ede-autostart : -DDEBUG_AUTOSTART_RUN ;