summaryrefslogtreecommitdiffstats
path: root/include/orcus/spreadsheet/Makefile.am
blob: b01bce74c87b10a331b37f31d919a4cab132c75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
liborcusdir = $(includedir)/liborcus-@ORCUS_API_VERSION@/orcus/spreadsheet
liborcus_HEADERS = \
	types.hpp \
	view_types.hpp \
	export_interface.hpp \
	import_interface.hpp \
	import_interface_pivot.hpp \
	import_interface_styles.hpp \
	import_interface_view.hpp

if BUILD_SPREADSHEET_MODEL

liborcus_HEADERS += \
	auto_filter.hpp \
	config.hpp \
	document.hpp \
	document_types.hpp \
	factory.hpp \
	pivot.hpp \
	shared_strings.hpp \
	sheet.hpp \
	styles.hpp \
	view.hpp

endif