diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-06-02 21:54:12 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-06-02 21:54:12 +0200 |
commit | b5d78278debb1006eaf63d460f9bd6082fa3f860 (patch) | |
tree | 478fe2034ac0330811f9d4a396295c12e6a87977 /nx-X11/include/extensions/Imakefile | |
parent | 167d09ed740529bc43c1b32a34e80be12c6eb257 (diff) | |
parent | 6a74e671af51a2afdade8d1fc8ca0ca2ad5c536c (diff) | |
download | nx-libs-b5d78278debb1006eaf63d460f9bd6082fa3f860.tar.gz nx-libs-b5d78278debb1006eaf63d460f9bd6082fa3f860.tar.bz2 nx-libs-b5d78278debb1006eaf63d460f9bd6082fa3f860.zip |
Merge branch 'sunweaver-pr/libxres-cleanup' into arctica-3.6.x
Attributes GH PR #39: https://github.com/ArcticaProject/nx-libs/pull/39
Diffstat (limited to 'nx-X11/include/extensions/Imakefile')
-rw-r--r-- | nx-X11/include/extensions/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |