summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--utils/Makefile.am2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2511c931..6f7abb26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-23 Brian Cameron <brian.cameron@sun.com>
+
+ * utils/Makefile.am: Remove X_EXTRA_LIBS and X_LIBS from
+ building of dm_dmx_reconnect_proxy since these libraries
+ are not needed for building this program.
+
2006-10-20 Brian Cameron <brian.cameron@sun.com>
* docs/C/gdm.xml, gui/gdmsession.[ch], gui/greeter/greeter.c,
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 9363c2cf..d6068d64 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -58,8 +58,6 @@ gdm_dmx_reconnect_proxy_SOURCES = \
gdm_dmx_reconnect_proxy_LDADD = \
$(GLIB_LIBS) \
- $(X_EXTRA_LIBS) \
- $(X_LIBS) \
-lX11 \
$(DMX_LIBS)
endif