diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2011-03-23 03:33:55 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2011-03-23 03:33:55 +0000 |
commit | 7502b7fe0bb799ac92122337e8b69b3cc651ecb6 (patch) | |
tree | 37c6b74c4bfb9b2f4f4ae1699de391f90be75657 /legacy/evas/src/modules/engines/gl_sdl/Makefile.am | |
parent | 9f0b807db4855d15086b736143b9a604297eca41 (diff) |
Don't create useless modules dir if we're not going to install modules.
SVN revision: 58014
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/modules/engines/gl_sdl/Makefile.am | 2 |
1 files changed, 1 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 4af0ed5534..57da21b301 100644 --- a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am +++ b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am | |||
@@ -17,13 +17,13 @@ evas_engine.c | |||
17 | 17 | ||
18 | GL_SDL_LIBADD = @evas_engine_gl_sdl_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la | 18 | GL_SDL_LIBADD = @evas_engine_gl_sdl_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la |
19 | 19 | ||
20 | pkgdir = $(libdir)/evas/modules/engines/gl_sdl/$(MODULE_ARCH) | ||
21 | 20 | ||
22 | includes_HEADERS = Evas_Engine_GL_SDL.h | 21 | includes_HEADERS = Evas_Engine_GL_SDL.h |
23 | includesdir = $(includedir)/evas-@VMAJ@ | 22 | includesdir = $(includedir)/evas-@VMAJ@ |
24 | 23 | ||
25 | if !EVAS_STATIC_BUILD_GL_SDL | 24 | if !EVAS_STATIC_BUILD_GL_SDL |
26 | 25 | ||
26 | pkgdir = $(libdir)/evas/modules/engines/gl_sdl/$(MODULE_ARCH) | ||
27 | pkg_LTLIBRARIES = module.la | 27 | pkg_LTLIBRARIES = module.la |
28 | 28 | ||
29 | module_la_SOURCES = $(GL_SDL_SOURCES) | 29 | module_la_SOURCES = $(GL_SDL_SOURCES) |