File: Makefile.am

package info (click to toggle)
liborcus 0.7.0%2Bdfsg-9
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,416 kB
  • ctags: 3,153
  • sloc: cpp: 18,133; sh: 11,224; xml: 2,836; makefile: 928; python: 351
file content (20 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

liborcusdir = $(includedir)/liborcus-@ORCUS_API_VERSION@/orcus/spreadsheet
liborcus_HEADERS = \
	types.hpp \
	export_interface.hpp \
	import_interface.hpp

if BUILD_SPREADSHEET_MODEL

liborcus_HEADERS += \
	data_table.hpp \
	document.hpp \
	factory.hpp \
	global_settings.hpp \
	shared_strings.hpp \
	sheet.hpp \
	sheet_properties.hpp \
	styles.hpp

endif