--- Rules.in.orig 2003-12-15 17:11:13.000000000 -0500 +++ Rules.in 2004-04-10 22:33:55.000000000 -0400 @@ -36,7 +36,7 @@ # install headers here only install: $(HEADERS) for header in $(HEADERS); do \ - $(INSTALL) -m 644 $$header $(includedir) ; \ + $(INSTALL) -m 644 $$header $(includedir)/libetpan ; \ done Makefile: ../Rules