From 87e86fb3521bdb2d0b5ebfc32e17843615e3ca34 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Mon, 23 Oct 2006 22:57:01 +0000 Subject: Remove X_EXTRA_LIBS and X_LIBS from building of dm_dmx_reconnect_proxy 2006-10-23 Brian Cameron * 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. --- utils/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils') 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 -- cgit v1.2.1