blob: e42c83248c65bdbc0569647006d221ffd5ad5b8d (
plain)
1
2
3
4
5
6
7
8
9
|
xf86rushdir = $(includedir)/X11/extensions
xf86rush_HEADERS = \
xf86rush.h \
xf86rushstr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xf86rushproto.pc
EXTRA_DIST = autogen.sh xf86rushproto.pc.in
|