make distcheck now correctly removes the tcsd.conf file and the lib/tpm dir.
Signed-off-by: Richard Maciel <[email protected]> --- dist/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/Makefile.am b/dist/Makefile.am index 4c0a11a..09448fd 100644 --- a/dist/Makefile.am +++ b/dist/Makefile.am @@ -15,3 +15,5 @@ install-exec-hook: uninstall-hook: /usr/sbin/userdel tss || true /usr/sbin/groupdel tss || true + rm ${DESTDIR}/@sysconfdir@/tcsd.conf + rmdir ${DESTDIR}/@localstatedir@/lib/tpm -- 1.8.1.4 ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
