diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 10:46:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 10:46:34 -0600 |
commit | f595e945a2f2a12212c45213dbccf985475fee3a (patch) | |
tree | 11a6877954268d4f9574b2e3e85943c3411ba36b | |
parent | 17cc7e00bb7f77e3ff0060f81998923793fddf00 (diff) | |
download | ayatana-indicator-datetime-f595e945a2f2a12212c45213dbccf985475fee3a.tar.gz ayatana-indicator-datetime-f595e945a2f2a12212c45213dbccf985475fee3a.tar.bz2 ayatana-indicator-datetime-f595e945a2f2a12212c45213dbccf985475fee3a.zip |
Adding autogen.sh to dist
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a96836c..4b2bca4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ SUBDIRS = \ DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall +EXTRA_DIST = autogen.sh + dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ then \ |