File: Makefile.am.inc

package info (click to toggle)
zbar 0.10%2Bdoc-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,856 kB
  • ctags: 2,903
  • sloc: ansic: 21,641; sh: 10,745; cpp: 1,997; python: 774; xml: 473; perl: 289; makefile: 189
file content (13 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
zincludedir = $(includedir)/zbar
include_HEADERS = include/zbar.h
zinclude_HEADERS = include/zbar/Scanner.h include/zbar/Decoder.h \
    include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h \
    include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h \
    include/zbar/Processor.h

if HAVE_GTK
zinclude_HEADERS += include/zbar/zbargtk.h
endif
if HAVE_QT
zinclude_HEADERS += include/zbar/QZBar.h include/zbar/QZBarImage.h
endif