From cd926b304dc8f072d99d55f90ef4bd6ad9d3a62f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 13 Nov 2012 23:52:18 +0000 Subject: move libs already in EFL into... IN-EFL - this will stop/prevent/limit thnigs like people using them and patching them, etc. SVN revision: 79255 --- legacy/evas/src/modules/engines/gl_sdl/Makefile.am | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 legacy/evas/src/modules/engines/gl_sdl/Makefile.am (limited to 'legacy/evas/src/modules/engines/gl_sdl/Makefile.am') diff --git a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am b/legacy/evas/src/modules/engines/gl_sdl/Makefile.am deleted file mode 100644 index 86ed306ddf..0000000000 --- a/legacy/evas/src/modules/engines/gl_sdl/Makefile.am +++ /dev/null @@ -1,47 +0,0 @@ - -MAINTAINERCLEANFILES = Makefile.in - -AM_CPPFLAGS = \ --I. \ --I$(top_srcdir)/src/lib \ --I$(top_srcdir)/src/lib/include \ --I$(top_srcdir)/src/modules/engines/gl_common \ -@FREETYPE_CFLAGS@ \ -@PIXMAN_CFLAGS@ \ -@EVAS_GENERAL_CFLAGS@ \ -@GL_EET_CFLAGS@ \ -@FRIBIDI_CFLAGS@ \ -@evas_engine_gl_sdl_cflags@ - -if BUILD_ENGINE_GL_SDL - -GL_SDL_SOURCES = \ -evas_engine.c - -GL_SDL_LIBADD = @evas_engine_gl_sdl_libs@ $(top_builddir)/src/modules/engines/gl_common/libevas_engine_gl_common.la - - -includes_HEADERS = Evas_Engine_GL_SDL.h -includesdir = $(includedir)/evas-@VMAJ@ - -if !EVAS_STATIC_BUILD_GL_SDL - -pkgdir = $(libdir)/evas/modules/engines/gl_sdl/$(MODULE_ARCH) -pkg_LTLIBRARIES = module.la - -module_la_SOURCES = $(GL_SDL_SOURCES) -module_la_LIBADD = @EVAS_GENERAL_LIBS@ $(GL_SDL_LIBADD) $(top_builddir)/src/lib/libevas.la @dlopen_libs@ -module_la_LDFLAGS = -module -avoid-version -module_la_LIBTOOLFLAGS = --tag=disable-static - -else - -noinst_LTLIBRARIES = libevas_engine_gl_sdl.la - -libevas_engine_gl_sdl_la_SOURCES = $(GL_SDL_SOURCES) -libevas_engine_gl_sdl_la_LIBADD = $(GL_SDL_LIBADD) - -endif -endif - -EXTRA_DIST = evas_engine.h -- cgit v1.2.1