diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-02-11 14:43:29 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-02-11 14:43:29 -0500 |
commit | 3ccc99e803d8a43bd932275b2e172cdcce213ad9 (patch) | |
tree | 7feecb9cd5da359ff61304109f50997c1f86341c | |
parent | 4a6f782262c2652585094d00458c83e22c0e147b (diff) | |
download | ayatana-indicator-session-3ccc99e803d8a43bd932275b2e172cdcce213ad9.tar.gz ayatana-indicator-session-3ccc99e803d8a43bd932275b2e172cdcce213ad9.tar.bz2 ayatana-indicator-session-3ccc99e803d8a43bd932275b2e172cdcce213ad9.zip |
included autogen.sh in EXTRA_DIST to make packagers happy
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0233fbf..3d97874 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = \ data \ po -EXTRA_DIST = COPYING.LGPL +EXTRA_DIST = COPYING.LGPL autogen.sh DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |