summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media/medianotifier/Makefile.am
blob: a19727958a56b5e38a75e1f7c5bf7ab3beaacb2b (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_TDECORE) \
                               $(LIB_TDEUI) $(LIB_TDEIO)
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