Skip to content
Snippets Groups Projects
Commit 7aab8620 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

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.
parent 2fe1be02
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ include $(srcdir)/../%DIM%d/Makefile.am.include ...@@ -10,7 +10,6 @@ include $(srcdir)/../%DIM%d/Makefile.am.include
include $(srcdir)/../Common/Makefile.am.include include $(srcdir)/../Common/Makefile.am.include
AM_CFLAGS = $(ALBERTA_%EFLAGS%_CFLAGS) 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) nodist_libALBERTA%LIBCODE%_la_SOURCES = $(sources_common) $(sources)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment