Renaming files

This commit is contained in:
Sanel Zukan 2008-09-22 13:29:08 +00:00
parent 674cefd992
commit d5068793f6
4 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,14 @@
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2000-2007 EDE Authors.
# Copyright (c) 2007-2008 EDE Authors.
#
# This program is licensed under terms of the
# GNU General Public License version 2 or newer.
# See COPYING for details.
SubDir TOP econtrol ;
SubDir TOP ede-conf ;
SOURCE = econtrol.cpp ;
SOURCE = ede-conf.cpp ;
EdeProgram econtrol : $(SOURCE) ;
EdeProgram ede-conf : $(SOURCE) ;