diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-06-04 05:42:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-06-04 05:42:23 +0000 |
commit | 3818d8bc318025ac5d16994c6829e6a906308b62 (patch) | |
tree | 18a9e373e3109c4d92b7ce413b033ade20848142 /lib | |
parent | b7bcb776cdc02284740a8560d28fc069d300cdb2 (diff) |
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@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libXpm/Makefile.am | 2 | ||||
-rw-r--r-- | lib/libXpm/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
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 |