diff options
-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 |