diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2018-05-01 21:19:56 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-08-02 08:57:41 +0200 |
commit | 9366a680edbe54ae3e5e0e39ee7faa860e588644 (patch) | |
tree | d11bd09cf8ae59a1e09f46aea847d669ac9cb080 | |
parent | 799851611e76076428a97db9a1108d44c8e0acda (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 9af8f5a..a41bba2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -292,11 +292,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 |