mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-09 10:38:03 +02:00
10 lines
198 B
Makefile
10 lines
198 B
Makefile
inputdir = $(includedir)/X11/extensions
|
|
input_HEADERS = \
|
|
XI.h \
|
|
XInput.h \
|
|
XIproto.h
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = inputproto.pc
|
|
|
|
EXTRA_DIST = autogen.sh inputproto.pc.in
|