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.
kaffeine/kaffeine/src/player-parts/dummy-part/Makefile.am

20 lines
619 B

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