summaryrefslogtreecommitdiffabout
path: root/include/Makefile.am
Unidiff
Diffstat (limited to 'include/Makefile.am') (more/less context) (ignore whitespace changes)
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 4299156..b78fd8e 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -6,23 +6,24 @@ nobase_include_HEADERS = \
6 opkele/opkele-config.h \ 6 opkele/opkele-config.h \
7 opkele/types.h \ 7 opkele/types.h \
8 opkele/association.h \ 8 opkele/association.h \
9 opkele/exception.h \ 9 opkele/exception.h \
10 opkele/extension.h \ 10 opkele/extension.h \
11 opkele/sreg.h \ 11 opkele/sreg.h \
12 opkele/extension_chain.h \ 12 opkele/extension_chain.h \
13 opkele/uris.h \ 13 opkele/uris.h \
14 opkele/basic_rp.h opkele/prequeue_rp.h \ 14 opkele/basic_rp.h opkele/prequeue_rp.h \
15 opkele/iterator.h \ 15 opkele/iterator.h \
16 opkele/basic_op.h opkele/verify_op.h \ 16 opkele/basic_op.h opkele/verify_op.h \
17 opkele/util.h \ 17 opkele/util.h \
18 opkele/ax.h opkele/oauth_ext.h \
18 ${NODIST_HEADERS_} 19 ${NODIST_HEADERS_}
19 20
20noinst_HEADERS = \ 21noinst_HEADERS = \
21 opkele/data.h \ 22 opkele/data.h \
22 opkele/curl.h opkele/expat.h opkele/tidy.h \ 23 opkele/curl.h opkele/expat.h opkele/tidy.h \
23 opkele/util-internal.h \ 24 opkele/util-internal.h \
24 opkele/debug.h \ 25 opkele/debug.h \
25 opkele/discovery.h 26 opkele/discovery.h
26 27
27dist-hook: 28dist-hook:
28 rm -f $(addprefix ${distdir}/,${NODIST_HEADERS_}) 29 rm -f $(addprefix ${distdir}/,${NODIST_HEADERS_})