diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-04 09:41:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-09-04 09:41:38 +0000 |
commit | 1cb7f02c6b63bd4ebabc9ac1b9737d49391d20f7 (patch) | |
tree | 0d9dd344525c859ee89b664d019b269aa65dc5bd /proto/xextproto/Makefile.am | |
parent | 522758f4d57828acafdeeeeae2829c287a358ad3 (diff) |
Update to xextproto 7.1.2
Diffstat (limited to 'proto/xextproto/Makefile.am')
-rw-r--r-- | proto/xextproto/Makefile.am | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/proto/xextproto/Makefile.am b/proto/xextproto/Makefile.am index 8cdd0ac97..bbe5dd42e 100644 --- a/proto/xextproto/Makefile.am +++ b/proto/xextproto/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS=specs + xextdir = $(includedir)/X11/extensions xext_HEADERS = \ dpmsconst.h \ @@ -31,17 +33,27 @@ xext_HEADERS = \ xtestconst.h \ xtestproto.h +# +# These headers allow old servers to be built with +# new headers +# +compatdir = $(xextdir) +compat_HEADERS = \ + shapestr.h \ + shmstr.h \ + syncstr.h + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xextproto.pc -EXTRA_DIST = xextproto.pc.in geproto.txt +MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog +.PHONY: ChangeLog INSTALL -.PHONY: ChangeLog +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL |