diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-06-01 16:59:00 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-06-01 17:28:45 +0100 |
commit | ce65929422dc73aebc333a26d243a85a9a481bac (patch) | |
tree | bde6b819b4c540372d03208f71e209e3eaa26dfc /src/Makefile_Eolian_Cxx.am | |
parent | 0148350ce94be3dee92ccd9f15ae0549a4f81734 (diff) |
autotools: remove EOLIAN_FLAGS
We don't need to specify each dir separately as Eolian
has been searching recursively for quite a while.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 3246324922..b310bbe479 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -56,9 +56,6 @@ bin_eolian_cxx_eolian_cxx_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@ | |||
56 | 56 | ||
57 | if EFL_ENABLE_TESTS | 57 | if EFL_ENABLE_TESTS |
58 | 58 | ||
59 | EOLIAN_FLAGS += \ | ||
60 | -I$(srcdir) | ||
61 | |||
62 | check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite | 59 | check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite |
63 | TESTS += tests/eolian_cxx/eolian_cxx_suite | 60 | TESTS += tests/eolian_cxx/eolian_cxx_suite |
64 | 61 | ||