mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Adding ede-autostart dir
This commit is contained in:
parent
bbac3c8882
commit
ad64995076
1
Jamfile
1
Jamfile
@ -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
14
ede-autostart/Jamfile
Normal 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 ;
|
Loading…
Reference in New Issue
Block a user