From c046ced2e4aa4e860ef8500a6c2051437adcfeae Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Wed, 7 Nov 2007 18:34:28 +0000 Subject: [PATCH] Don't install module_icon.png Pass make distcheck. SVN revision: 32426 --- Makefile.am | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index d12cd66..5e2e62b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,16 +10,16 @@ EDJE_FLAGS = -v \ # data files for the module filesdir = $(datadir) -files_DATA = module_icon.png \ - module.desktop \ - e-module-mail.edj \ - mail.edj +files_DATA = module.desktop \ + e-module-mail.edj \ + mail.edj EXTRA_DIST = $(files_DATA) \ - mail.edc \ - checking.png \ - newmail.png \ - VeraBd.ttf + mail.edc \ + checking.png \ + newmail.png \ + VeraBd.ttf \ + module_icon.png # the module .so file INCLUDES = -I. \ @@ -52,5 +52,3 @@ module_la_DEPENDENCIES = $(top_builddir)/config.h $(top_builddir)/mail.edj clean-local: rm -rf mail.edj *~ -uninstall: - rm -rf $(datadir)