author | Michael Krelin <hacker@klever.net> | 2009-12-22 21:41:08 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-12-22 21:41:08 (UTC) |
commit | d597166bcf3072e6e0dac58bd1edf2bdd79025b3 (patch) (unidiff) | |
tree | e68f07431d398e4d654dded60bfb560ce192c688 /include | |
parent | 4efc6b580f285014f5e8d2f1598f98dc375c7604 (diff) | |
download | libopkele-d597166bcf3072e6e0dac58bd1edf2bdd79025b3.zip libopkele-d597166bcf3072e6e0dac58bd1edf2bdd79025b3.tar.gz libopkele-d597166bcf3072e6e0dac58bd1edf2bdd79025b3.tar.bz2 |
added ax/oauth_ext to Makefiles
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | include/Makefile.am | 1 |
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 | |||
@@ -10,16 +10,17 @@ nobase_include_HEADERS = \ | |||
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 | ||
20 | noinst_HEADERS = \ | 21 | noinst_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 |