From: Nicolas Boichat Date: Sat, 25 Sep 2004 10:19:59 +0000 (+0000) Subject: Fix Solaris link error (-lX11 missing). X-Git-Tag: Release-1.35.6~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=688b94ad4f82e0fed2b445b1c29c6c470500755c;p=bacula%2Fbacula Fix Solaris link error (-lX11 missing). git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1616 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/tray-monitor/Makefile.in b/bacula/src/tray-monitor/Makefile.in index 04e05108a4..1da390d399 100644 --- a/bacula/src/tray-monitor/Makefile.in +++ b/bacula/src/tray-monitor/Makefile.in @@ -27,7 +27,7 @@ MONITOROBJS = tray-monitor.o tray_conf.o authenticate.o eggmarshalers.o eggstatu EXTRAOBJS = @OBJLIST@ MONITOR_CPPFLAGS=@TRAY_MONITOR_CPPFLAGS@ -MONITOR_LDFLAGS=@TRAY_MONITOR_LDFLAGS@ +MONITOR_LDFLAGS=@TRAY_MONITOR_LDFLAGS@ @X_LIBS@ -lX11 .SUFFIXES: .c .o .PHONY: