diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-09-22 08:41:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-09-22 08:41:24 +0200 |
commit | a906bf0f24c540d5d17d89d5292d2bcfe7f52468 (patch) | |
tree | 939e4c6e80fabe67d006b753f4f9cd0d4da1fad3 /nx-X11/programs/Xserver/xkb/Imakefile | |
parent | 43f135be01f520ddcebae94723d5cbbe74259526 (diff) | |
parent | 09d5e073a1f9deb9089f614e8385ad9799808b5b (diff) | |
download | nx-libs-a906bf0f24c540d5d17d89d5292d2bcfe7f52468.tar.gz nx-libs-a906bf0f24c540d5d17d89d5292d2bcfe7f52468.tar.bz2 nx-libs-a906bf0f24c540d5d17d89d5292d2bcfe7f52468.zip |
Merge branch 'uli42-remove-misc' into 3.6.x
Attributes GH PR #199: https://github.com/ArcticaProject/nx-libs/pull/199
Diffstat (limited to 'nx-X11/programs/Xserver/xkb/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/xkb/Imakefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nx-X11/programs/Xserver/xkb/Imakefile b/nx-X11/programs/Xserver/xkb/Imakefile index 3581324fc..6a949807e 100644 --- a/nx-X11/programs/Xserver/xkb/Imakefile +++ b/nx-X11/programs/Xserver/xkb/Imakefile @@ -72,14 +72,7 @@ AllTarget($(XF86_OBJS)) SpecialCObjectRule(xkbInit,$(ICONFIGFILES),$(XKB_DEFINES)) -LinkSourceFile(maprules.c,$(XKBFILELIBSRC)) -LinkSourceFile(xkmread.c,$(XKBFILELIBSRC)) -LinkSourceFile(xkbtext.c,$(XKBFILELIBSRC)) XCOMM avoid clash between XKBMisc.c and xkbmisc.c on NT -LinkFile(xkbfmisc.c,$(XKBFILELIBSRC)/xkbmisc.c) -LinkSourceFile(xkberrs.c,$(XKBFILELIBSRC)) -LinkSourceFile(xkbconfig.c,$(XKBFILELIBSRC)) -LinkSourceFile(xkbout.c,$(XKBFILELIBSRC)) LinkSourceFile(XKBMisc.c,$(XLIBSRC)) LinkSourceFile(XKBMAlloc.c,$(XLIBSRC)) LinkSourceFile(XKBAlloc.c,$(XLIBSRC)) |