mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Add find_ptr
This commit is contained in:
parent
1f0e145e15
commit
88ac9cb2d5
|
@ -37,6 +37,7 @@ nodist_ctemplateinclude_HEADERS = \
|
||||||
src/ctemplate/template_annotator.h \
|
src/ctemplate/template_annotator.h \
|
||||||
src/ctemplate/template_emitter.h \
|
src/ctemplate/template_emitter.h \
|
||||||
src/ctemplate/template_namelist.h \
|
src/ctemplate/template_namelist.h \
|
||||||
|
src/ctemplate/find_ptr.h \
|
||||||
src/ctemplate/per_expand_data.h
|
src/ctemplate/per_expand_data.h
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
src/ctemplate/template.h.in \
|
src/ctemplate/template.h.in \
|
||||||
|
@ -50,6 +51,7 @@ noinst_HEADERS = \
|
||||||
src/ctemplate/template_annotator.h.in \
|
src/ctemplate/template_annotator.h.in \
|
||||||
src/ctemplate/template_emitter.h.in \
|
src/ctemplate/template_emitter.h.in \
|
||||||
src/ctemplate/template_namelist.h.in \
|
src/ctemplate/template_namelist.h.in \
|
||||||
|
src/ctemplate/find_ptr.h.in \
|
||||||
src/ctemplate/per_expand_data.h.in
|
src/ctemplate/per_expand_data.h.in
|
||||||
|
|
||||||
docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user