diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2014-05-28 14:44:32 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-06-10 15:48:52 +0100 |
commit | 91ba672609a975085d86cedfd256552e31018b02 (patch) | |
tree | e0451201bbe489cd5473425401a4ced013c5fc10 /src/Makefile_Elua.am | |
parent | 6558d1ccc9db1d8898b245cc8dfe4064a9aa921d (diff) |
elua: preparation for lua file generation
Diffstat (limited to 'src/Makefile_Elua.am')
-rw-r--r-- | src/Makefile_Elua.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile_Elua.am b/src/Makefile_Elua.am index faafc8f6d3..16b63f69f4 100644 --- a/src/Makefile_Elua.am +++ b/src/Makefile_Elua.am @@ -19,6 +19,9 @@ bin_elua_elua_LDADD = @ELUA_LIBS@ endif bin_elua_elua_DEPENDENCIES = @ELUA_INTERNAL_LIBS@ +### Helper for other modules using Elua +include Makefile_Elua_Helper.am + eluamodulesdir = $(datadir)/elua/modules eluamodules_DATA = \ |