diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2018-05-01 21:19:56 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2018-12-31 12:37:06 +0100 |
commit | 5a3122d39839f5beb20d5356767d134eb1295618 (patch) | |
tree | 948b2eabdf04b18e59d6a7585723134e092c9d5d | |
parent | 02067ba55b9763c48e2ca1366f0ac67b5da43d9a (diff) |
mark more protos as legacy
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 26f68e4..04f7da0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -370,11 +370,13 @@ xext_HEADERS = \ include/X11/extensions/xtestconst.h \ include/X11/extensions/xtestproto.h +if LEGACY compatdir = $(xextdir) compat_HEADERS = \ include/X11/extensions/shapestr.h \ include/X11/extensions/shmstr.h \ include/X11/extensions/syncstr.h +endif xextprotopkgconfigdir = $(datadir)/pkgconfig xextprotopkgconfig_DATA = xextproto.pc |