diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-12 07:42:22 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-12 07:42:22 +0800 |
commit | c7e5e9a3f20b291d9212849221d186fcb0aa207a (patch) | |
tree | 22e8d57bac293fddd6798ba035b53e9202f4eae7 /shell | |
parent | c6737bc9e8da67083a455a2b3f0e5704290ab06c (diff) | |
download | gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.gz gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.bz2 gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.lz gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.xz gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.tar.zst gsoc2013-evolution-c7e5e9a3f20b291d9212849221d186fcb0aa207a.zip |
Fix make dist
svn path=/trunk/; revision=7417
Diffstat (limited to 'shell')
-rw-r--r-- | shell/importer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am index e921636181..239f04c0eb 100644 --- a/shell/importer/Makefile.am +++ b/shell/importer/Makefile.am @@ -44,4 +44,4 @@ libevolution_importerinclude_HEADERS = \ gladedir = $(datadir)/evolution/glade glade_DATA = import.glade -EXTRA_DIST = $(glade_DATA) +EXTRA_DIST = $(glade_DATA) $(oaf_DATA) |