diff options
Diffstat (limited to 'nx-X11/include/Imakefile')
-rw-r--r-- | nx-X11/include/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/include/Imakefile b/nx-X11/include/Imakefile index e46abbdfd..26520eab0 100644 --- a/nx-X11/include/Imakefile +++ b/nx-X11/include/Imakefile @@ -10,7 +10,7 @@ NULL = #define IHaveSubdirs #define PassCDebugFlags /**/ -#if BuildGlxExt || BuildGLXLibrary +#if BuildGlxExt GLXDIR = GL #endif @@ -82,7 +82,7 @@ clean:: -$(RM) Xpoll.h XCOMM For the Linux/OpenGL base standard -#if LinkGLToUsrInclude && AlternateIncRoot +#if AlternateIncRoot install:: MakeDir($(DESTDIR)$(SYSTEMUSRINCDIR)) -$(RM) $(DESTDIR)$(SYSTEMUSRINCDIR)/GL |