14 lines
220 B
Makefile
14 lines
220 B
Makefile
libmarisa_includedir = ${includedir}/marisa
|
|
libmarisa_include_HEADERS = \
|
|
base.h \
|
|
exception.h \
|
|
scoped-ptr.h \
|
|
scoped-array.h \
|
|
key.h \
|
|
keyset.h \
|
|
query.h \
|
|
agent.h \
|
|
stdio.h \
|
|
iostream.h \
|
|
trie.h
|