File: Makefile.am

package info (click to toggle)
libgocr 0.7.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,888 kB
  • ctags: 3,506
  • sloc: sh: 8,723; ansic: 7,872; makefile: 242
file content (15 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The directory where the include files will be installed
libgocrincludedir = $(gocrdir)/gocr

# Which header files to install
libgocrinclude_HEADERS =	\
	gocr.h			\
	gocr_block.h		\
	gocr_char.h		\
	gocr_gui.h		\
	gocr_image.h		\
	gocr_module.h		\
	hash.h			\
	list.h			\
	unicode.h