From: Arnaud Fontaine Date: Wed, 25 Jan 2012 07:52:43 +0000 (+0900) Subject: Add autogen.sh to EXTRA_DIST. X-Git-Tag: 1.7.1~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12cb81c5b502b56ca4b86ac29bea6cf3e5d8d396;p=platform%2Fupstream%2Fxcb-proto.git 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