diff options
author | JP Rosevear <jpr@ximian.com> | 2002-04-05 03:57:10 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-04-05 03:57:10 +0800 |
commit | 97e99e459e9a32c96ade6b1fbf9bd0da201de591 (patch) | |
tree | 47f3ed4d368a81b314cfde1bbaa2d503dc355d77 /my-evolution/Makefile.am | |
parent | 2aca6e115141bdc738da589c5d0395eba2a0e346 (diff) | |
download | gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.gz gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.bz2 gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.lz gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.xz gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.zst gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.zip |
fix substitution typo
2002-04-04 JP Rosevear <jpr@ximian.com>
* Makefile.am: fix substitution typo
svn path=/trunk/; revision=16351
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r-- | my-evolution/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 7faacbc288..5163843781 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -101,7 +101,7 @@ Location_DATA = Locations oaf_files = GNOME_Evolution_Summary.oaf oaf_in_files = $(oaf_files:.oaf=.oaf.in) -oaf_in_in_files = $(oaf_files:oaf=.oaf.in.in) +oaf_in_in_files = $(oaf_files:.oaf=.oaf.in.in) oafdir = $(datadir)/oaf oaf_DATA = $(oaf_files) |