You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
699 B
19 lines
699 B
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
|