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.
13 lines
407 B
13 lines
407 B
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = media_propsdlgplugin.la
|
|
|
|
media_propsdlgplugin_la_LIBADD = ../libmediacommon/libmediacommon.la $(LIB_TDEIO)
|
|
media_propsdlgplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
AM_CPPFLAGS = $(all_includes)
|
|
|
|
kde_services_DATA = media_propsdlgplugin.desktop
|
|
|
|
media_propsdlgplugin_la_SOURCES = propertiespage.cpp propertiespagegui.ui propsdlgshareplugin.cpp
|