Hi John, * John Ling wrote on Wed, Jun 22, 2005 at 12:34:03AM CEST: > Hello, I was wondering if it is possible to do post-install work on the > install header directory after an install using some sort of target? > > I tried using install-exec-hook, but the target fails to find any > headers to work on because at that point include_HEADERS apparently has > not even been processed.
Try install-data-hook. Regards, Ralf
