2007-07-18 17:35:22 +04:00
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# Part of Equinox Desktop Environment (EDE).
|
2008-09-22 17:29:08 +04:00
|
|
|
# Copyright (c) 2007-2008 EDE Authors.
|
2007-07-18 17:35:22 +04:00
|
|
|
#
|
|
|
|
# This program is licensed under terms of the
|
|
|
|
# GNU General Public License version 2 or newer.
|
|
|
|
# See COPYING for details.
|
|
|
|
|
2008-09-22 17:29:08 +04:00
|
|
|
SubDir TOP ede-conf ;
|
2007-07-18 17:35:22 +04:00
|
|
|
|
2008-09-22 17:29:08 +04:00
|
|
|
SOURCE = ede-conf.cpp ;
|
2007-07-18 17:35:22 +04:00
|
|
|
|
2008-09-22 17:29:08 +04:00
|
|
|
EdeProgram ede-conf : $(SOURCE) ;
|
2009-02-20 15:57:35 +03:00
|
|
|
TranslationStrings locale : $(SOURCE) ;
|
2009-02-23 18:05:24 +03:00
|
|
|
|
|
|
|
InstallEdeConfigFiles ede-conf.conf ;
|