summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-08-09 03:50:17 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-08-09 03:50:17 +0000
commit7fe02295c558c074cec5a9b5649686485771dc5a (patch)
tree5232c0de67e9251f042641e087d245799d021601
parentdce96d957fe061de1521a0341ac2518fea72dc59 (diff)
downloadgdm-7fe02295c558c074cec5a9b5649686485771dc5a.tar.gz
Fixed "make distcheck" issue.
2005-08-08 Brian Cameron <brian.cameron@sun.com> * config/Makefile.am: Fixed "make distcheck" issue.
-rw-r--r--ChangeLog1
-rw-r--r--config/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 95ac2326..45c4bfff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
#312956, 312959, and 312960.
* daemon/gdm.c: Fixed Multicast compile issue when
IPv6 is not enabled.
+ * config/Makefile.am: Fixed "make distcheck" issue.
2005-08-08 Brian Cameron <brian.cameron@sun.com>
diff --git a/config/Makefile.am b/config/Makefile.am
index e72d44e8..05a3d730 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -51,7 +51,7 @@ uninstall-hook:
$(DESTDIR)$(instsessdir)/default.desktop \
$(DESTDIR)$(instsessdir)/CDE.desktop \
$(DESTDIR)$(gdmconfdir)/gdm/gdm.conf \
- $(DESTDIR)$(gdmconfdir)/factory-gdm.conf \
+ $(DESTDIR)$(gdmconfdir)/gdm/factory-gdm.conf \
$(DESTDIR)$(confdir)/XKeepsCrashing \
$(DESTDIR)$(confdir)/Xsession \
$(DESTDIR)$(localedir)/locale.alias \