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.
12 lines
423 B
12 lines
423 B
INCLUDES = $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
noinst_LTLIBRARIES = libmediacommon.la
|
|
libmediacommon_la_SOURCES = medium.cpp actionlistboxitem.cpp \
|
|
notifieraction.cpp notifierserviceaction.cpp \
|
|
notifiernothingaction.cpp notifieropenaction.cpp \
|
|
notifiersettings.cpp mediamanagersettings.kcfgc
|
|
|
|
kde_kcfg_DATA = mediamanagersettings.kcfg
|
|
|