fix build

This commit is contained in:
Mike Blumenkrantz 2013-10-10 13:13:58 +01:00
parent cc4189531b
commit ab5038dc28
1 changed files with 10 additions and 10 deletions

View File

@ -5,30 +5,30 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
SUBDIRS = src SUBDIRS = src
if HAVE_PO #if HAVE_PO
SUBDIRS += po #SUBDIRS += po
endif #endif
EDJE_FLAGS = -v \ EDJE_FLAGS = -v \
-id $(top_srcdir)/images -id $(top_srcdir)/images
filesdir = $(module_dir)/$(PACKAGE) filesdir = $(module_dir)/$(PACKAGE)
files_DATA = module.desktop e-module-echievements.edj images/trophy.png files_DATA = module.desktop # e-module-desksanity.edj images/icon.png
EXTRA_DIST = module.desktop.in \ EXTRA_DIST = module.desktop.in \
e_modules-echievements.spec.in \ e_modules-desksanity.spec.in \
e-module-echievements.edc \ e-module-desksanity.edc \
images/trophy.png images/trophy.png
e-module-echievements.edj: Makefile e-module-echievements.edc images/trophy.png #e-module-desksanity.edj: Makefile e-module-desksanity.edc images/icon.png
e-module-echievements.edj: e-module-echievements.edc #e-module-desksanity.edj: e-module-desksanity.edc
$(EDJE_CC) $(EDJE_FLAGS) $< $@ # $(EDJE_CC) $(EDJE_FLAGS) $< $@
clean-local: clean-local:
rm -rf *.edj module.desktop e_modules-echievements.spec *~ rm -rf *.edj module.desktop e_modules-desksanity.spec *~
uninstall-local: uninstall-local:
rm -rf $(DESTDIR)$(module_dir)/$(PACKAGE) rm -rf $(DESTDIR)$(module_dir)/$(PACKAGE)