diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-28 13:14:14 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-08-28 13:14:14 +0000 |
commit | b1476503d5a2aa4c048ab5c85791fd0c1a0670e6 (patch) | |
tree | 736834593f8b6963cc028733695da7397c0b2c36 /Makefile.am | |
parent | 005db3ce9ba78b7cc2e837de58a1364e9a12122f (diff) |
Include autogen.sh in tarball - OLPC's jhbuild assumes this will be present
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 03b7d3a53..78f8bd135 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ pkgconfigdir = ${libdir}/pkgconfig pkgconfig_DATA = telepathy-glib.pc telepathy-glib-unstable.pc EXTRA_DIST = \ + autogen.sh \ check-coding-style.mk \ check-c-style.sh \ check-whitespace.sh \ |