From 6a74e671af51a2afdade8d1fc8ca0ca2ad5c536c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 26 May 2015 12:30:48 +0200 Subject: library clean-up: Don't compile (i.e., remove) libNX_Xres.a anymore. It is not used anywhere. --- nx-X11/include/extensions/Imakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nx-X11/include/extensions/Imakefile') diff --git a/nx-X11/include/extensions/Imakefile b/nx-X11/include/extensions/Imakefile index 549c77018..68198698f 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -54,8 +54,8 @@ COMPOSITEHEADERS = composite.h compositeproto.h XTRAPHEADERS = xtrapbits.h xtrapddmi.h xtrapdi.h xtrapemacros.h xtraplib.h \ xtraplibp.h xtrapproto.h #endif -#if BuildXResExt || BuildXResLibrary -XRESHEADERS = XRes.h XResproto.h +#if BuildXResExt +XRESHEADERS = XResproto.h #endif #if BuildXevie XEVIEHEADERS = Xevie.h Xeviestr.h -- cgit v1.2.3