diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 15:57:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 15:57:25 +0000 |
commit | d84a129505622d22d25a35266db9c3673fb9805f (patch) | |
tree | 590a6ebf25ee0e38d6ac61f8135a67037d2006e6 /proto/randrproto/Makefile.am | |
parent | 18676d16b134c1201395b13553cffdfc74f69b19 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'proto/randrproto/Makefile.am')
-rw-r--r-- | proto/randrproto/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/proto/randrproto/Makefile.am b/proto/randrproto/Makefile.am new file mode 100644 index 000000000..62a550220 --- /dev/null +++ b/proto/randrproto/Makefile.am @@ -0,0 +1,9 @@ +randrdir = $(includedir)/X11/extensions +randr_HEADERS = \ + randr.h \ + randrproto.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = randrproto.pc + +EXTRA_DIST = autogen.sh randrproto.pc.in |