From 12cb81c5b502b56ca4b86ac29bea6cf3e5d8d396 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Wed, 25 Jan 2012 16:52:43 +0900 Subject: [PATCH] Add autogen.sh to EXTRA_DIST. Reviewed-by: Uli Schlachter --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c272c62..6bc14ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ SUBDIRS = src xcbgen pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xcb-proto.pc -EXTRA_DIST=doc xcb-proto.pc.in +EXTRA_DIST=doc xcb-proto.pc.in autogen.sh -- 2.34.1