1
0
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:
olafvdspek@gmail.com 2012-03-13 16:26:17 +00:00
parent 1f0e145e15
commit 88ac9cb2d5

View File

@ -37,6 +37,7 @@ nodist_ctemplateinclude_HEADERS = \
src/ctemplate/template_annotator.h \
src/ctemplate/template_emitter.h \
src/ctemplate/template_namelist.h \
src/ctemplate/find_ptr.h \
src/ctemplate/per_expand_data.h
noinst_HEADERS = \
src/ctemplate/template.h.in \
@ -50,6 +51,7 @@ noinst_HEADERS = \
src/ctemplate/template_annotator.h.in \
src/ctemplate/template_emitter.h.in \
src/ctemplate/template_namelist.h.in \
src/ctemplate/find_ptr.h.in \
src/ctemplate/per_expand_data.h.in
docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)