diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 90f6707c3c..8bbdb5eff8 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -252,11 +252,17 @@ etspec_DATA = \ @XML_I18N_MERGE_OAF_RULE@ +icons = \ + check-empty.xpm \ + check-filled.xpm \ + check-missing.xpm + EXTRA_DIST = \ $(IDLS) \ $(oaf_in_files) \ $(oaf_DATA) \ $(etspec_DATA) \ + $(icons) \ GNOME_Evolution_TestComponent.oaf # Purify support |