mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-20 08:08:10 +02:00
Imported changes from xorg-server-1.2-apple to make master more current wrt file layout, build system changes, and dead code removal.
11 lines
188 B
Makefile
11 lines
188 B
Makefile
bin_PROGRAMS = dumpkeymap
|
|
|
|
dumpkeymap_SOURCES = dumpkeymap.c
|
|
|
|
dumpkeymap_LDFLAGS = -Wl,-framework,IOKit
|
|
|
|
man1_MANS = dumpkeymap.man
|
|
|
|
EXTRA_DIST = \
|
|
README.txt \
|
|
dumpkeymap.man
|