diff options
author | Tom Hacohen <tom@stosb.com> | 2012-08-23 11:32:38 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2012-08-23 11:32:38 +0000 |
commit | a1687ca4b96161b24bf72a35f7614f4a9e2c7c4e (patch) | |
tree | 1c6d11f15eef6c3882b14dee2946b59126880585 /legacy/evas/src/lib/engines/common_8/Makefile.am | |
parent | b47d9a1ce4fc87ff9154d736d1375d08ad8ba445 (diff) |
Evas: Started using EVAS_GENERAL_CFLAGS/LIBS 2 vars to rule them all.
Instead of going all over the place and adding cflags to many different
Makefiles, now you just need to update these 2 vars.
SVN revision: 75619
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common_8/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/evas/src/lib/engines/common_8/Makefile.am b/legacy/evas/src/lib/engines/common_8/Makefile.am index 58a1b1f8e2..95a48ae642 100644 --- a/legacy/evas/src/lib/engines/common_8/Makefile.am +++ b/legacy/evas/src/lib/engines/common_8/Makefile.am | |||
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \ | |||
8 | @FREETYPE_CFLAGS@ \ | 8 | @FREETYPE_CFLAGS@ \ |
9 | @PIXMAN_CFLAGS@ \ | 9 | @PIXMAN_CFLAGS@ \ |
10 | @VALGRIND_CFLAGS@ \ | 10 | @VALGRIND_CFLAGS@ \ |
11 | @EINA_CFLAGS@ \ | 11 | @EVAS_GENERAL_CFLAGS@ \ |
12 | @EET_CFLAGS@ \ | 12 | @EET_CFLAGS@ \ |
13 | @pthread_cflags@ | 13 | @pthread_cflags@ |
14 | 14 | ||