mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
21 lines
516 B
Plaintext
21 lines
516 B
Plaintext
#
|
|
# $Id: Jamfile 2331 2008-09-22 12:49:55Z karijes $
|
|
#
|
|
# Part of Equinox Desktop Environment (EDE).
|
|
# Copyright (c) 2012 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-notify-daemon ;
|
|
|
|
SOURCE = ede-notify-daemon.cpp NotifyWindow.cpp ;
|
|
|
|
EdeProgram ede-notify-daemon : $(SOURCE) ;
|
|
LinkAgainst ede-notify-daemon : $(EDELIB_DBUS_LIB) ;
|
|
|
|
TranslationStrings locale : $(SOURCE) ;
|
|
|
|
EdeManual ede-notify-daemon.txt ;
|