diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-01-29 05:47:16 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-01-29 05:47:16 +0800 |
commit | 9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac (patch) | |
tree | 8c1fa428c70c5305e8656db7303d9101468100cb /tools/Makefile.am | |
parent | c220fb406c9d11248935367f947a3dae354c5d5d (diff) | |
download | gsoc2013-evolution-9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac.tar gsoc2013-evolution-9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac.tar.gz gsoc2013-evolution-9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac.tar.bz2 gsoc2013-evolution-9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac.tar.lz gsoc2013-evolution-9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac.tar.xz gsoc2013-evolution-9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac.tar.zst gsoc2013-evolution-9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac.zip |
s/bin_SCRIPTS/tools_SCRIPTS/
2003-01-28 Rodney Dawes <dobey@ximian.com>
* tools/Makefile.am (EXTRA_DIST): s/bin_SCRIPTS/tools_SCRIPTS/
svn path=/trunk/; revision=19673
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 4a2b484a9b..e8b5717976 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -28,7 +28,7 @@ INCLUDES = \ -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \ $(GNOME_FULL_CFLAGS) -EXTRA_DIST = $(bin_SCRIPTS) verify-evolution-install.sh \ +EXTRA_DIST = $(tools_SCRIPTS) verify-evolution-install.sh \ evolution-addressbook-clean.in evolution_addressbook_import_LDADD = \ |