summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-11-19 22:50:26 +0000
committerRay Strode <halfline@src.gnome.org>2007-11-19 22:50:26 +0000
commit0af90faee34ce8d85bdfb50b69d9f9e7a173cc65 (patch)
treef8a2f3f840f4850a234e5531e50cba08f446c4b8 /acconfig.h
parent5c85ed01e4a6acf78f6b79c139fa9a418409b068 (diff)
downloadgdm-0af90faee34ce8d85bdfb50b69d9f9e7a173cc65.tar.gz
Fix make distcheck
2007-11-19 Ray Strode <rstrode@redhat.com> 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
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 4 insertions, 0 deletions
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
+