auto-import symbols
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Sep 2009 22:51:15 +0000 (22:51 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Sep 2009 22:51:15 +0000 (22:51 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@42628 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/gl_glew/Makefile.am

index 47461a4..0c80c19 100644 (file)
@@ -28,7 +28,7 @@ pkg_LTLIBRARIES = module.la
 
 module_la_SOURCES  = $(GL_GLEW_SOURCES)
 module_la_LIBADD = $(GL_GLEW_LIBADD) $(top_builddir)/src/lib/libevas.la
-module_la_LDFLAGS = -no-undefined -module -avoid-version
+module_la_LDFLAGS = @lt_enable_auto_import@ -no-undefined -module -avoid-version
 module_la_LIBTOOLFLAGS = --tag=disable-static
 
 else