blob: bbea16abb2f31d5ce6adf5d981c88b205921fd6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
INCLUDES= -I$(top_srcdir)/noatun/library $(all_includes)
kde_module_LTLIBRARIES = noatun_htmlexport.la
noatun_htmlexport_la_SOURCES = htmlexport.cpp
noinst_HEADERS = htmlexport.h
noatun_htmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatun_htmlexport_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \
-lqtmcop -lkmedia2_idl -lsoundserver_idl
noatun_htmlexport_la_METASOURCES = AUTO
noatun_modules_htmlexport_DATA = htmlexport.plugin
noatun_modules_htmlexportdir = $(kde_datadir)/noatun
|