From 688b94ad4f82e0fed2b445b1c29c6c470500755c Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Sat, 25 Sep 2004 10:19:59 +0000 Subject: [PATCH] Fix Solaris link error (-lX11 missing). git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1616 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/tray-monitor/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5