diff options
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) |