aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-10-01 10:29:48 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-10-01 10:30:00 +0200
commita788c6856ce72ce84cec484156c953c2a714efa8 (patch)
tree0a80b60eee41798242e7f9da3a2cdfa042be5050 /Makefile
parent5c2a8cdc948be78d050219ae2db825a84118262b (diff)
downloadnx-libs-a788c6856ce72ce84cec484156c953c2a714efa8.tar.gz
nx-libs-a788c6856ce72ce84cec484156c953c2a714efa8.tar.bz2
nx-libs-a788c6856ce72ce84cec484156c953c2a714efa8.zip
Makefile: Adapt install target to the new situation where we fake X11 headers in .build-export. This fixes FTBFS during file installation into .deb and .rpm packages.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 455fa859f..53f8bfe47 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@ install-full:
$(INSTALL_SYMLINK) ../libNX_X11.so $(DESTDIR)$(USRLIBDIR)/nx-X11/libX11.so
$(INSTALL_SYMLINK) ../libNX_X11.so.6.2 $(DESTDIR)$(USRLIBDIR)/nx-X11/libX11.so.6.2
- . replace.sh; set -x; find nx-X11/.build-exports/include/ -type d | \
+ . replace.sh; set -x; find nx-X11/.build-exports/include/{nx*,GL} -type d | \
while read dirname; do \
$(INSTALL_DIR) "$$(string_rep "$$dirname" nx-X11/.build-exports/include "$(DESTDIR)$(INCLUDEDIR)/")"; \
$(INSTALL_FILE) $${dirname}/*.h \