summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-10-23 22:57:01 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-10-23 22:57:01 +0000
commit87e86fb3521bdb2d0b5ebfc32e17843615e3ca34 (patch)
tree5469a69a94a90720e0c760afcd51b7e9928ab20f /utils
parent9be8ab3d9c71f9f6a7ab6899abf1534febfabd4e (diff)
downloadgdm-87e86fb3521bdb2d0b5ebfc32e17843615e3ca34.tar.gz
Remove X_EXTRA_LIBS and X_LIBS from building of dm_dmx_reconnect_proxy
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.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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