From: Arnaud Fontaine Date: Wed, 25 Jan 2012 07:52:43 +0000 (+0900) Subject: Add autogen.sh to EXTRA_DIST. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12cb81c5b502b56ca4b86ac29bea6cf3e5d8d396;p=free-sw%2Fxcb%2Fproto Add autogen.sh to EXTRA_DIST. Reviewed-by: Uli Schlachter --- 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