author | Michael Krelin <hacker@klever.net> | 2009-12-12 21:02:27 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-12-12 21:02:27 (UTC) |
commit | c58f436d78a17947d348fe65d3fe4e281217f2ae (patch) (unidiff) | |
tree | e020a5f4f1a2a87d03823bbd95381b504a3725a0 | |
parent | cf7ef50cedc69f19e4077931fc58ef3ea44a3c87 (diff) | |
download | libopkele-c58f436d78a17947d348fe65d3fe4e281217f2ae.zip libopkele-c58f436d78a17947d348fe65d3fe4e281217f2ae.tar.gz libopkele-c58f436d78a17947d348fe65d3fe4e281217f2ae.tar.bz2 |
fix duplicate header in Makefile.am
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 08df18e..4299156 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -2,25 +2,24 @@ NODIST_HEADERS_ = \ | |||
2 | opkele/acconfig.h \ | 2 | opkele/acconfig.h \ |
3 | opkele/tr1-mem.h | 3 | opkele/tr1-mem.h |
4 | 4 | ||
5 | nobase_include_HEADERS = \ | 5 | 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/tr1-mem.h \ | ||
15 | opkele/basic_rp.h opkele/prequeue_rp.h \ | 14 | opkele/basic_rp.h opkele/prequeue_rp.h \ |
16 | opkele/iterator.h \ | 15 | opkele/iterator.h \ |
17 | opkele/basic_op.h opkele/verify_op.h \ | 16 | opkele/basic_op.h opkele/verify_op.h \ |
18 | opkele/util.h \ | 17 | opkele/util.h \ |
19 | ${NODIST_HEADERS_} | 18 | ${NODIST_HEADERS_} |
20 | 19 | ||
21 | noinst_HEADERS = \ | 20 | noinst_HEADERS = \ |
22 | opkele/data.h \ | 21 | opkele/data.h \ |
23 | opkele/curl.h opkele/expat.h opkele/tidy.h \ | 22 | opkele/curl.h opkele/expat.h opkele/tidy.h \ |
24 | opkele/util-internal.h \ | 23 | opkele/util-internal.h \ |
25 | opkele/debug.h \ | 24 | opkele/debug.h \ |
26 | opkele/discovery.h | 25 | opkele/discovery.h |