diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-07-09 06:10:55 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-07-09 06:10:55 +0000 |
commit | fefbc09a632dd3bc86731c1f4a8d4dd81d162275 (patch) | |
tree | dbfcef847babbf4e29cc5ee00238f7e785b24e4d /legacy/evas/src/modules/engines/gl_sdl/Makefile.am | |
parent | 9f2028be95907a9d738c385e564369dd51dfe587 (diff) |
Move Evas (and associated headers) to their own dir (ie: the 'eet.h'
move).
SVN revision: 50141
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/modules/engines/gl_sdl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am index b275538d87..4af0ed5534 100644 --- a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am +++ b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am | |||
@@ -19,7 +19,8 @@ GL_SDL_LIBADD = @evas_engine_gl_sdl_libs@ $(top_builddir)/src/modules/engines/gl | |||
19 | 19 | ||
20 | pkgdir = $(libdir)/evas/modules/engines/gl_sdl/$(MODULE_ARCH) | 20 | pkgdir = $(libdir)/evas/modules/engines/gl_sdl/$(MODULE_ARCH) |
21 | 21 | ||
22 | include_HEADERS = Evas_Engine_GL_SDL.h | 22 | includes_HEADERS = Evas_Engine_GL_SDL.h |
23 | includesdir = $(includedir)/evas-@VMAJ@ | ||
23 | 24 | ||
24 | if !EVAS_STATIC_BUILD_GL_SDL | 25 | if !EVAS_STATIC_BUILD_GL_SDL |
25 | 26 | ||