From 7aab862057a1121bf892f7e843b4006f61714131 Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Tue, 2 Dec 2003 18:22:44 +0000
Subject: [PATCH] No need to link against X-libs now that gltools was removed
 from LIBS. NOTA BENE: linking a shared library against a non-shared library
 is not portable.

---
 Makefile.am.template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.am.template b/Makefile.am.template
index 6044785..c531b5b 100644
--- a/Makefile.am.template
+++ b/Makefile.am.template
@@ -10,7 +10,6 @@ include $(srcdir)/../%DIM%d/Makefile.am.include
 include $(srcdir)/../Common/Makefile.am.include
 
 AM_CFLAGS = $(ALBERTA_%EFLAGS%_CFLAGS)
-libALBERTA%LIBCODE%_la_LIBADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) 
 
 nodist_libALBERTA%LIBCODE%_la_SOURCES = $(sources_common) $(sources)
 
-- 
GitLab