diff options
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index c12027c49d..1b49d29068 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -77,7 +77,8 @@ glade_DATA = select-names.glade EXTRA_DIST = \ $(glade_DATA) \ $(oaf_in_files) \ - $(oaf_DATA) + $(oaf_DATA) \ + $(idl_DATA) BUILT_SOURCES = $(IDL_GENERATED) CLEANFILES = $(BUILT_SOURCES) |