summaryrefslogtreecommitdiffstats
path: root/filters/kspread/html/Makefile.am
blob: 87018febd966c97dd0c31a45009b6cd2dadfa060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
####### General stuff

INCLUDES= -I$(srcdir) -I$(top_srcdir)/kspread $(KOFFICE_INCLUDES) \
	$(KOTEXT_INCLUDES) $(all_includes)

####### Files

kde_module_LTLIBRARIES = libkspreadhtmlexport.la

libkspreadhtmlexport_la_SOURCES = htmlexport.cc exportdialog.cc exportwidget.ui
libkspreadhtmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libkspreadhtmlexport_la_LIBADD  = $(KOFFICE_LIBS) ../../../kspread/libkspreadcommon.la

METASOURCES = AUTO

service_DATA = kspread_html_export.desktop

servicedir = $(kde_servicesdir)