diff options
author | Daniel Veillard <veillard@redhat.com> | 2009-08-21 16:14:34 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2009-08-21 16:14:34 +0200 |
commit | 2bb1fe4dfabc28f6d94fce165e50bc35370aea71 (patch) | |
tree | 1cd426b7f6a9483b8100a6a130bddc803e6a9336 | |
parent | a3c674bd06dc403af310a04f51f33b5abbb240c6 (diff) | |
download | libxslt-2bb1fe4dfabc28f6d94fce165e50bc35370aea71.tar.gz libxslt-2bb1fe4dfabc28f6d94fce165e50bc35370aea71.tar.bz2 libxslt-2bb1fe4dfabc28f6d94fce165e50bc35370aea71.zip |
Fix redundant headers in list
-rw-r--r-- | libexslt/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am index 0326ca16..d44c61c1 100644 --- a/libexslt/Makefile.am +++ b/libexslt/Makefile.am @@ -11,8 +11,6 @@ exsltincdir = $(includedir)/libexslt exsltinc_HEADERS = \ exslt.h \ exsltconfig.h \ - exslt.h \ - exsltconfig.h \ exsltexports.h libexslt_la_SOURCES = \ |