From 3818d8bc318025ac5d16994c6829e6a906308b62 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 4 Jun 2024 05:42:23 +0000 Subject: Explicitely build sxpm in app, after the new libXpm has been installed. This makes sure it is linked against the new libXpm, not the existing one in /usr/X11R6/lib which may reference to an old, incompatible libc. ok tb@ --- lib/libXpm/Makefile.am | 2 +- lib/libXpm/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libXpm/Makefile.am b/lib/libXpm/Makefile.am index 235ee1fa5..708810ad0 100644 --- a/lib/libXpm/Makefile.am +++ b/lib/libXpm/Makefile.am @@ -1,7 +1,7 @@ # Daniel Stone disowns all copyright on this file; no warranty is given as to its # suitability or otherwise. -SUBDIRS = doc include man src sxpm cxpm test +SUBDIRS = doc include man src cxpm test ACLOCAL_AMFLAGS = -I m4 diff --git a/lib/libXpm/Makefile.in b/lib/libXpm/Makefile.in index 652c8178c..bab6743ce 100644 --- a/lib/libXpm/Makefile.in +++ b/lib/libXpm/Makefile.in @@ -327,7 +327,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = doc include man src sxpm cxpm test +SUBDIRS = doc include man src cxpm test ACLOCAL_AMFLAGS = -I m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xpm.pc -- cgit v1.2.3