diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2b5ceed..5ce699f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,9 @@ compat_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xextproto.pc -EXTRA_DIST = xextproto.pc.in geproto.txt +dist_doc_DATA = geproto.txt + +EXTRA_DIST = xextproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |