diff options
Diffstat (limited to 'proto/xf86rushproto/Makefile.am')
-rw-r--r-- | proto/xf86rushproto/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/proto/xf86rushproto/Makefile.am b/proto/xf86rushproto/Makefile.am new file mode 100644 index 000000000..e42c83248 --- /dev/null +++ b/proto/xf86rushproto/Makefile.am @@ -0,0 +1,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 |