diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-11-13 10:36:20 +0100 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-04-02 15:14:11 -0400 |
commit | 93c69f69ea0197b3921871ce2e09f7c40d4f7b6e (patch) | |
tree | f9d2ee1d54d00ac1c629cd3df59c344f7a47511a /src/modules/Makefile_geolocation.mk | |
parent | 7dbea1c1f13e49d93c8cfb0607ccad15f9fbba4a (diff) | |
download | enlightenment-93c69f69ea0197b3921871ce2e09f7c40d4f7b6e.tar.gz |
modules/geolocation: Add module theme and icons.
This is likely to change a bit until it stabilize so we keep the theme
with the module for now.
Diffstat (limited to 'src/modules/Makefile_geolocation.mk')
-rw-r--r-- | src/modules/Makefile_geolocation.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/modules/Makefile_geolocation.mk b/src/modules/Makefile_geolocation.mk index 450d61329e..1eebb16e4b 100644 --- a/src/modules/Makefile_geolocation.mk +++ b/src/modules/Makefile_geolocation.mk @@ -1,14 +1,22 @@ EXTRA_DIST += src/modules/geolocation/module.desktop.in \ -src/modules/geolocation/e-module-geolocation.edj +src/modules/geolocation/e-module-geolocation.edc \ +src/modules/tiling/images/location_on.png \ +src/modules/tiling/images/location_off.png if USE_MODULE_GEOLOCATION geolocationdir = $(MDIR)/geolocation geolocation_DATA = src/modules/geolocation/e-module-geolocation.edj \ src/modules/geolocation/module.desktop +CLEANFILES += src/modules/geolocation/e-module-geolocation.edj geolocationpkgdir = $(MDIR)/geolocation/$(MODULE_ARCH) geolocationpkg_LTLIBRARIES = src/modules/geolocation/module.la +GEOLOCATION_EDJE_FLAGS = $(EDJE_FLAGS) -id $(top_srcdir)/src/modules/geolocation/images + +src/modules/geolocation/%.edj: src/modules/geolocation/%.edc Makefile + $(EDJE_CC) $(GEOLOCATION_EDJE_FLAGS) $< $@ + src_modules_geolocation_module_la_LIBADD = $(MOD_LIBS) src_modules_geolocation_module_la_CPPFLAGS = $(MOD_CPPFLAGS) src_modules_geolocation_module_la_LDFLAGS = $(MOD_LDFLAGS) |