2012-05-09 19:56:06 +04:00
|
|
|
#
|
|
|
|
# $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) ;
|
2015-12-16 20:05:02 +03:00
|
|
|
LinkAgainst ede-notify-daemon : $(EDELIB_DBUS_LIB) $(PTHREAD_LIBS) ;
|
2012-05-09 19:56:06 +04:00
|
|
|
|
|
|
|
TranslationStrings locale : $(SOURCE) ;
|
2012-05-10 16:31:30 +04:00
|
|
|
|
|
|
|
EdeManual ede-notify-daemon.txt ;
|