diff options
author | Arnaud Fontaine <arnau@debian.org> | 2012-01-25 16:52:43 +0900 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2012-02-10 17:44:33 +0900 |
commit | 12cb81c5b502b56ca4b86ac29bea6cf3e5d8d396 (patch) | |
tree | ca9ea28a58cead8e91c3f909dfa744959e62880e | |
parent | f7ca3e1dcc76ec34ffd92772b8f03eaf086985b8 (diff) |
Add autogen.sh to EXTRA_DIST.
Reviewed-by: Uli Schlachter <psychon@znc.in>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |