diff options
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 |