diff options
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 5a42c7e002..69a834722b 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -24,6 +24,7 @@ bin_PROGRAMS = \ evolution_addressbook_SOURCES = \ e-ldap-server-dialog.c \ + e-ldap-server-dialog.h \ e-addressbook-model.c \ e-addressbook-model.h \ addressbook-factory.c \ @@ -56,6 +57,7 @@ gladedir = $(datadir)/evolution/glade glade_DATA = ldap-server-dialog.glade EXTRA_DIST = \ + $(glade_DATA) \ addressbook.gnorba \ addressbook.oafinfo |