diff options
author | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:31 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:31 +0000 |
commit | b385d6eefab1555f48255edbdc2c8c8fe101cf80 (patch) | |
tree | 8f0ba2714284fa2821b14a7a720b28be5a384084 /Makefile.am | |
parent | 05a69617948c14bc149d0d1c2a78894a9ba1970d (diff) |
Initial build system files for proto module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..478f729 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,9 @@ +randrdir = $(includedir)/X11/extensions +randr_HEADERS = \ + randr.h \ + randrproto.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = randrext.pc + +EXTRA_DIST = autogen.sh randrext.pc.in |