mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
18 lines
379 B
Plaintext
18 lines
379 B
Plaintext
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
# Part of Equinox Desktop Environment (EDE).
|
||
|
# Copyright (c) 2009 EDE Authors.
|
||
|
#
|
||
|
# This program is licensed under the terms of the
|
||
|
# GNU General Public License version 2 or later.
|
||
|
# See COPYING for the details.
|
||
|
|
||
|
SubDir TOP ede-dialog ;
|
||
|
|
||
|
SOURCE = ede-dialog.cpp ;
|
||
|
|
||
|
EdeProgram ede-dialog : $(SOURCE) ;
|
||
|
TranslationStrings locale : $(SOURCE) ;
|
||
|
EdeManual ede-dialog.txt ;
|