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.
19 lines
604 B
19 lines
604 B
15 years ago
|
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)
|
||
|
libkmediaplayer_la_METASOURCES = AUTO
|
||
|
|
||
|
kmediaplayerinclude_HEADERS = player.h playerdcopobject.h view.h
|
||
|
kmediaplayerincludedir = $(includedir)/kmediaplayer
|
||
|
|
||
|
kde_servicetypes_DATA = kmediaplayerengine.desktop kmediaplayer.desktop
|