diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-30 14:14:58 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-30 14:15:15 -0700 |
commit | 196455c7a388fca9d7eefffbeb72954f30677d5f (patch) | |
tree | 047e8e168134932ae7fd79ffc33a4cbf3c30f19e /config/mobile | |
parent | 1f4c7f171b9a2279d08fc64c6155b65bd43af536 (diff) |
elementary: add config back in.
Diffstat (limited to 'config/mobile')
-rw-r--r-- | config/mobile/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/mobile/Makefile.am b/config/mobile/Makefile.am index 0535aa8c31..7cdfbd5881 100644 --- a/config/mobile/Makefile.am +++ b/config/mobile/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | 1 | MAINTAINERCLEANFILES = Makefile.in |
2 | 2 | ||
3 | EET_EET = @eet_eet@ | 3 | include ../../src/Makefile_Eet_Helper.am |
4 | 4 | ||
5 | EXTRA_DIST = \ | 5 | EXTRA_DIST = \ |
6 | profile.desktop \ | 6 | profile.desktop \ |
@@ -14,9 +14,9 @@ files_DATA = \ | |||
14 | base.cfg | 14 | base.cfg |
15 | 15 | ||
16 | %.cfg: %.src | 16 | %.cfg: %.src |
17 | $(EET_EET) -e \ | 17 | $(AM_V_EET) \ |
18 | $(top_builddir)/config/mobile/$@ config \ | 18 | $(MKDIR_P) $(top_builddir)/config/; \ |
19 | $< 1 | 19 | $(EET) -e $(top_builddir)/config/mobile/$@ config $< 1 |
20 | 20 | ||
21 | clean-local: | 21 | clean-local: |
22 | rm -rf *.cfg *~ | 22 | rm -rf *.cfg *~ |