summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am.inc
blob: a782b296a44edf3703afd1ed861c3dd9dfc4a1af (plain)
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