From 0af90faee34ce8d85bdfb50b69d9f9e7a173cc65 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 19 Nov 2007 22:50:26 +0000 Subject: Fix make distcheck 2007-11-19 Ray Strode Fix make distcheck * acconfig.h: add HAVE_LOG{IN,OUT,WTMP} * data/Makefile.am: uninstall pam and gconf files in uninstall-hook. fix builddir != srcdir issues svn path=/trunk/; revision=5518 --- acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 591ca179..760653b7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -50,3 +50,7 @@ #undef X_PATH #undef XSESSION_SHELL #undef XEVIE_OPTION +#undef HAVE_LOGIN +#undef HAVE_LOGOUT +#undef HAVE_LOGWTMP + -- cgit v1.2.1