diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-10-11 00:45:34 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-10-11 00:45:34 -0400 |
commit | 139a2078b2a6068453edd87f8705575a1f07afa0 (patch) | |
tree | b99373db69be9899fdd2f2916edf808fd716d8ba /src/enlightenment/Makefile.mk | |
parent | 3d362ec8b9e9ad9d6d1512d4ca748eaaa167325b (diff) |
add empdule filesystem image loading using hash data
Diffstat (limited to 'src/enlightenment/Makefile.mk')
-rw-r--r-- | src/enlightenment/Makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/enlightenment/Makefile.mk b/src/enlightenment/Makefile.mk index 94c13ad..80409c5 100644 --- a/src/enlightenment/Makefile.mk +++ b/src/enlightenment/Makefile.mk | |||
@@ -13,11 +13,14 @@ src_enlightenment_module_la_SOURCES = \ | |||
13 | src/enlightenment/e_mod_main.c \ | 13 | src/enlightenment/e_mod_main.c \ |
14 | src/enlightenment/e_mod_main.h \ | 14 | src/enlightenment/e_mod_main.h \ |
15 | src/enlightenment/e_mod_config.c \ | 15 | src/enlightenment/e_mod_config.c \ |
16 | src/modules/eet_hash.c \ | ||
17 | src/modules/eet_hash.h \ | ||
16 | $(ELDBUS_SRC) | 18 | $(ELDBUS_SRC) |
17 | 19 | ||
18 | src_enlightenment_module_la_CPPFLAGS = \ | 20 | src_enlightenment_module_la_CPPFLAGS = \ |
19 | -I$(top_builddir) \ | 21 | -I$(top_builddir) \ |
20 | -I$(top_srcdir)/src/bin \ | 22 | -I$(top_srcdir)/src/bin \ |
23 | -I$(top_srcdir)/src/modules \ | ||
21 | @E_CFLAGS@ \ | 24 | @E_CFLAGS@ \ |
22 | @EFL_CFLAGS@ | 25 | @EFL_CFLAGS@ |
23 | src_enlightenment_module_la_LIBADD = @E_LIBS@ @EFL_LIBS@ | 26 | src_enlightenment_module_la_LIBADD = @E_LIBS@ @EFL_LIBS@ |