diff options
author | Peter Williams <peterw@src.gnome.org> | 2002-07-17 02:37:44 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-07-17 02:37:44 +0800 |
commit | 21bc75bf4529ed813e3513c7b88656ca9b904f62 (patch) | |
tree | cde2e7a096be6bc1ff01170503f255019c0c29c4 | |
parent | fdbb4f0b05e6c31cfd20b9285dca4e10e0afd050 (diff) | |
download | gsoc2013-evolution-21bc75bf4529ed813e3513c7b88656ca9b904f62.tar gsoc2013-evolution-21bc75bf4529ed813e3513c7b88656ca9b904f62.tar.gz gsoc2013-evolution-21bc75bf4529ed813e3513c7b88656ca9b904f62.tar.bz2 gsoc2013-evolution-21bc75bf4529ed813e3513c7b88656ca9b904f62.tar.lz gsoc2013-evolution-21bc75bf4529ed813e3513c7b88656ca9b904f62.tar.xz gsoc2013-evolution-21bc75bf4529ed813e3513c7b88656ca9b904f62.tar.zst gsoc2013-evolution-21bc75bf4529ed813e3513c7b88656ca9b904f62.zip |
Forgot part of the patch
svn path=/trunk/; revision=17478
-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) |