aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
Diffstat (limited to 'nxcompshad')
-rw-r--r--nxcompshad/Makefile.in2
-rw-r--r--nxcompshad/X11.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/nxcompshad/Makefile.in b/nxcompshad/Makefile.in
index 9c2b6f4fd..053b00988 100644
--- a/nxcompshad/Makefile.in
+++ b/nxcompshad/Makefile.in
@@ -153,7 +153,7 @@ all: depend $(LIBARCHIVE) $(LIBDLL)
else
-EXTRALIBS = -lNX_Xext -lXtst -lXrandr -lXdamage
+EXTRALIBS = -lXext -lXtst -lXrandr -lXdamage
all: depend $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE)
diff --git a/nxcompshad/X11.h b/nxcompshad/X11.h
index d7b858100..f5d7f2916 100644
--- a/nxcompshad/X11.h
+++ b/nxcompshad/X11.h
@@ -19,7 +19,7 @@
#define X11Poller_H
#include <nx-X11/Xlib.h>
-#include <nx-X11/extensions/XShm.h>
+#include <X11/extensions/XShm.h>
#include "X11/include/Xdamage_nxcompshad.h"
#include "X11/include/Xrandr_nxcompshad.h"