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) (side-by-side diff) | |
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_ = \ opkele/acconfig.h \ opkele/tr1-mem.h nobase_include_HEADERS = \ opkele/opkele-config.h \ opkele/types.h \ opkele/association.h \ opkele/exception.h \ opkele/extension.h \ opkele/sreg.h \ opkele/extension_chain.h \ opkele/uris.h \ - opkele/tr1-mem.h \ opkele/basic_rp.h opkele/prequeue_rp.h \ opkele/iterator.h \ opkele/basic_op.h opkele/verify_op.h \ opkele/util.h \ ${NODIST_HEADERS_} noinst_HEADERS = \ opkele/data.h \ opkele/curl.h opkele/expat.h opkele/tidy.h \ opkele/util-internal.h \ opkele/debug.h \ opkele/discovery.h |