summaryrefslogtreecommitdiffstats
path: root/kaffeine/src/player-parts/dummy-part/Makefile.am
blob: 5df27f0b5e155645b27cad7a02a9f5dfaa7bd66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

kde_module_LTLIBRARIES = libdummypart.la

INCLUDES = -I$(top_srcdir)/kaffeine/src/player-parts/ $(all_includes)

METASOURCES = AUTO

noinst_HEADERS =  dummy_part.h

libdummypart_la_SOURCES = dummy_part.cpp
libdummypart_la_LIBADD  = $(LIB_TDEPARTS) $(LIB_TDEFILE) ../libkaffeinepart.la
libdummypart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -avoid-version -no-undefined

# this is where the desktop file will go
partdesktopdir   = $(kde_servicesdir)
partdesktop_DATA = dummy_part.desktop

# this is where the part's XML-GUI resource file goes
partrcdir   = $(kde_datadir)/dummypart
partrc_DATA = dummy_part.rc