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.
22 lines
775 B
22 lines
775 B
INCLUDES = -I$(srcdir)/../libmediacommon -I../libmediacommon $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = kcm_media.la
|
|
kcm_media_la_SOURCES = notifiermodule.cpp notifiermoduleview.ui \
|
|
serviceconfigdialog.cpp serviceview.ui \
|
|
mimetypelistboxitem.cpp \
|
|
managermodule.cpp managermoduleview.ui \
|
|
main.cpp
|
|
|
|
kcm_media_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
|
kcm_media_la_LIBADD = ../libmediacommon/libmediacommon.la $(LIB_KIO)
|
|
|
|
noinst_HEADERS = notifiermodule.h managermodule.h \
|
|
serviceconfigdialog.h mimetypelistboxitem.h \
|
|
main.h
|
|
|
|
xdg_apps_DATA = media.desktop
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmmedia.pot
|