diff options
author | JP Rosevear <jpr@ximian.com> | 2002-05-01 11:16:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-05-01 11:16:25 +0800 |
commit | 863b634fa854227829147dcdac56641e0724272b (patch) | |
tree | 2528e0ac8b198f666c8f8bfc3e2f9704e2d09199 /addressbook/gui/component | |
parent | ca6e9dfa53e46a7946af68c1aaac94f492f7aba7 (diff) | |
download | gsoc2013-evolution-863b634fa854227829147dcdac56641e0724272b.tar gsoc2013-evolution-863b634fa854227829147dcdac56641e0724272b.tar.gz gsoc2013-evolution-863b634fa854227829147dcdac56641e0724272b.tar.bz2 gsoc2013-evolution-863b634fa854227829147dcdac56641e0724272b.tar.lz gsoc2013-evolution-863b634fa854227829147dcdac56641e0724272b.tar.xz gsoc2013-evolution-863b634fa854227829147dcdac56641e0724272b.tar.zst gsoc2013-evolution-863b634fa854227829147dcdac56641e0724272b.zip |
fix
2002-04-30 JP Rosevear <jpr@ximian.com>
* gui/component/Makefile.am (EXTRA_DIST): fix
svn path=/trunk/; revision=16652
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index b412d8bc1d..18fa1b9d07 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -74,10 +74,9 @@ glade_DATA = ldap-config.glade iconsdir = $(datadir)/images/evolution -extra_dist = \ - $(glade_data) \ - $(oaf_data) \ - ldap-config.glade \ +EXTRA_DIST = \ + $(glade_DATA) \ + $(oaf_DATA) \ $(oaf_in_files) if ENABLE_PURIFY |