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.
|
|
|
if include_ARTS
|
|
|
|
kfileaudiopreview_subdir = kfileaudiopreview
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = . $(kfileaudiopreview_subdir)
|
|
|
|
INCLUDES = -I$(srcdir)/.. $(all_includes)
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libkmediaplayer.la
|
|
|
|
|
|
|
|
libkmediaplayer_la_SOURCES = player.cpp playerdcopobject.skel view.cpp
|
|
|
|
libkmediaplayer_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
|
|
|
|
libkmediaplayer_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) $(LIB_TDECORE)
|
|
|
|
libkmediaplayer_la_METASOURCES = AUTO
|
|
|
|
|
|
|
|
kmediaplayerinclude_HEADERS = player.h playerdcopobject.h view.h
|
|
|
|
kmediaplayerincludedir = $(includedir)/kmediaplayer
|
|
|
|
|
|
|
|
kde_servicetypes_DATA = kmediaplayerengine.desktop kmediaplayer.desktop
|