diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-24 23:43:33 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-24 23:43:33 +0900 |
commit | daac3fb794ce8ddcaa825066627ee72858b86264 (patch) | |
tree | b004dadec5cbcbd52edb8be046316048d1b4b68d /src/Makefile_Eet.am | |
parent | a87fc36b12fd898b3e0fb3802e03f0a6d17449c6 (diff) |
add a global Efl_Config.h for everyone.
* ned to replicate changes in other .pc.in files
* need to replicate changes in other E*.h installed header files
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eet.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile_Eet.am b/src/Makefile_Eet.am index 1640299318..05e9acb197 100644 --- a/src/Makefile_Eet.am +++ b/src/Makefile_Eet.am | |||
@@ -22,7 +22,7 @@ static_libs/lz4/lz4.h \ | |||
22 | static_libs/lz4/lz4hc.c \ | 22 | static_libs/lz4/lz4hc.c \ |
23 | static_libs/lz4/lz4hc.h | 23 | static_libs/lz4/lz4hc.h |
24 | 24 | ||
25 | lib_eet_libeet_la_CPPFLAGS = \ | 25 | lib_eet_libeet_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ |
26 | -I$(top_srcdir)/src/static_libs/lz4 \ | 26 | -I$(top_srcdir)/src/static_libs/lz4 \ |
27 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ | 27 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ |
28 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ | 28 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ |
@@ -40,7 +40,7 @@ bin_PROGRAMS += bin/eet/eet | |||
40 | 40 | ||
41 | bin_eet_eet_SOURCES = bin/eet/eet_main.c | 41 | bin_eet_eet_SOURCES = bin/eet/eet_main.c |
42 | 42 | ||
43 | bin_eet_eet_CPPFLAGS = \ | 43 | bin_eet_eet_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ |
44 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ | 44 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ |
45 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ | 45 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ |
46 | -DPACKAGE_DATA_DIR=\"$(datadir)/eet\" \ | 46 | -DPACKAGE_DATA_DIR=\"$(datadir)/eet\" \ |
@@ -65,7 +65,7 @@ tests/eet/eet_suite.c \ | |||
65 | tests/eet/eet_data_suite.c \ | 65 | tests/eet/eet_data_suite.c \ |
66 | tests/eet/eet_suite.h | 66 | tests/eet/eet_suite.h |
67 | 67 | ||
68 | tests_eet_eet_suite_CPPFLAGS = \ | 68 | tests_eet_eet_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ |
69 | -DTESTS_WD=\"`pwd`\" \ | 69 | -DTESTS_WD=\"`pwd`\" \ |
70 | -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eet\" \ | 70 | -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eet\" \ |
71 | -DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/eet\" \ | 71 | -DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/eet\" \ |