diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-10-18 22:54:32 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-30 21:17:30 +0200 |
commit | 3ab28297ce6aa46dfc5f023a405e0ed8247aa881 (patch) | |
tree | 72afc3fe297d98bafad7b9826ec1861b2c8ce91c /nx-X11/programs/Xserver/hw/nxagent/compext/Imakefile | |
parent | 5a6928f86a2b7ee7e416fde592940dab862b714a (diff) | |
download | nx-libs-3ab28297ce6aa46dfc5f023a405e0ed8247aa881.tar.gz nx-libs-3ab28297ce6aa46dfc5f023a405e0ed8247aa881.tar.bz2 nx-libs-3ab28297ce6aa46dfc5f023a405e0ed8247aa881.zip |
Imakefiles: whitespace fixes
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/compext/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/compext/Imakefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/compext/Imakefile b/nx-X11/programs/Xserver/hw/nxagent/compext/Imakefile index 407baab80..ea34def78 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/compext/Imakefile +++ b/nx-X11/programs/Xserver/hw/nxagent/compext/Imakefile @@ -30,16 +30,16 @@ OBJS = \ Z.o \ $(NULL) - INCLUDES = -I$(SERVERSRC)/include \ - -I$(XBUILDINCDIR) \ - -I../../../../../lib/include/X11 \ - `pkg-config --cflags-only-I pixman-1` \ - $$(pkg-config --exists 'zlib' >/dev/null 2>&1 && pkg-config --cflags-only-I 'zlib') \ - `pkg-config --cflags-only-I libpng` \ - $(NULL) +INCLUDES = -I$(SERVERSRC)/include \ + -I$(XBUILDINCDIR) \ + -I../../../../../lib/include/X11 \ + `pkg-config --cflags-only-I pixman-1` \ + $$(pkg-config --exists 'zlib' >/dev/null 2>&1 && pkg-config --cflags-only-I 'zlib') \ + `pkg-config --cflags-only-I libpng` \ + $(NULL) - LINTLIBS = $(SERVERSRC)/dix/llib-ldix.ln \ - $(NULL) +LINTLIBS = $(SERVERSRC)/dix/llib-ldix.ln \ + $(NULL) NormalLibraryObjectRule() NormalLibraryTarget(compext,$(OBJS)) |