blob: a0bff573e1c3a41225395a1edafd7605e68f59d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
INCLUDES = -I$(srcdir)/../libmediacommon -I../libmediacommon $(all_includes)
kde_module_LTLIBRARIES = kded_medianotifier.la
kded_medianotifier_la_LDFLAGS = -module -avoid-version $(all_libraries)
kded_medianotifier_la_LIBADD = ../libmediacommon/libmediacommon.la $(LIB_KDECORE) \
$(LIB_KDEUI) $(LIB_KIO)
kded_medianotifier_la_SOURCES = medianotifier.cpp medianotifier.skel \
notificationdialog.cpp notificationdialogview.ui
noinst_HEADERS = medianotifier.h notificationdialog.h
METASOURCES = AUTO
services_DATA = medianotifier.desktop
servicesdir = $(kde_servicesdir)/kded
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kay.pot
|