mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
1781407ef0
clipboard, but messes everything else. More work, more work... Also added terminating char when strncpy is used. I miss that strlcpy...
19 lines
467 B
Plaintext
19 lines
467 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# Part of Equinox Desktop Environment (EDE).
|
|
# Copyright (c) 2000-2007 EDE Authors.
|
|
#
|
|
# This program is licensed under terms of the
|
|
# GNU General Public License version 2 or newer.
|
|
# See COPYING for details.
|
|
|
|
SubDir TOP eiconman ;
|
|
|
|
SOURCE = eiconman.cpp Utils.cpp Wallpaper.cpp DesktopIcon.cpp NotifyBox.cpp Utf8.cpp ;
|
|
|
|
EdeProgram eiconman : $(SOURCE) ;
|
|
TranslationStrings locale : $(SOURCE) ;
|
|
|
|
FltkProgramBare test/notify : test/notify.cpp : noinstall ;
|