summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--daemon/Makefile.am1
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d87da6be..8bd0e5d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@
* Release 2.19.0:
* NEWS: Updated.
* gui/gdmflexiserver.c: Fix compile errors from 04/20 change.
- * daemon/Makefile.am: Add daemon/gdm-daemon-config-keys.h to
- gdm_binary_SOURCES.
+ * daemon/Makefile.am: Add daemon/gdm-daemon-config-keys.h and
+ daemon/socket-protocol.h to gdm_binary_SOURCES.
2007-04-20 William Jon McCann <mccann@jhu.edu>
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 8fa0822e..3ccb4b61 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -38,6 +38,7 @@ gdm_binary_SOURCES = \
gdm-daemon-config.h \
gdm-daemon-config-entries.h \
gdm-daemon-config-keys.h \
+ gdm-socket-protocol.h \
display.c \
display.h \
fstype.c \