diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 03:12:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 03:13:10 +0800 |
commit | 090dba7fcbfa31a7d08ae6b1d8477f8d3c7381d6 (patch) | |
tree | 42856932cc1b2e9c070079bab25145eed6bc02fb /e-util/Makefile.am | |
parent | f493dcfcc4512aa46343c053a403de806b56cc2b (diff) | |
download | gsoc2013-evolution-090dba7fcbfa31a7d08ae6b1d8477f8d3c7381d6.tar.gz gsoc2013-evolution-090dba7fcbfa31a7d08ae6b1d8477f8d3c7381d6.tar.zst gsoc2013-evolution-090dba7fcbfa31a7d08ae6b1d8477f8d3c7381d6.zip |
e-util: Add xpm icons to EXTRA_DIST.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 60efdad9dd..191f209ddb 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -650,7 +650,8 @@ EXTRA_DIST = \ filter.error.xml \ widgets.error.xml \ e-marshal.list \ - $(ui_DATA) + $(ui_DATA) \ + $(xpm_icons) \ $(NULL) BUILT_SOURCES = \ |