diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8cdd0ac..029c971 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,16 @@ 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 |