summaryrefslogtreecommitdiffstats
path: root/interfaces/kmediaplayer/Makefile.am
blob: 9819f90400079986488b8e6fcd311e064ed71706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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_KDEUI) $(LIB_KDECORE)
libkmediaplayer_la_METASOURCES = AUTO

kmediaplayerinclude_HEADERS = player.h playerdcopobject.h view.h
kmediaplayerincludedir = $(includedir)/kmediaplayer

kde_servicetypes_DATA = kmediaplayerengine.desktop kmediaplayer.desktop