Enlightenment CVS wrote:
> Enlightenment CVS committal
> 
> Author  : doursse
> Project : e17
> Module  : libs/ewl
> 
> Dir     : e17/libs/ewl/src/bin/tests/theme
> 
> 
> Modified Files:
>       Makefile.am 
> 
> 
> Log Message:
> don't install static lib (.a) of plugins. .la files are still installed, 
> which is normal
> 
> ===================================================================
> RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/theme/Makefile.am,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -3 -r1.4 -r1.5
> --- Makefile.am       4 Dec 2007 05:28:04 -0000       1.4
> +++ Makefile.am       26 Feb 2008 18:37:30 -0000      1.5
> @@ -21,6 +21,7 @@
>  ewl_theme_test_la_SOURCES = ewl_theme_test.c
>  ewl_theme_test_la_LIBADD = $(top_builddir)/src/lib/libewl.la
>  ewl_theme_test_la_LDFLAGS = -module @create_shared_lib@ -avoid-version
> +ewl_theme_test_la_LIBTOOLFLAGS = --tag=disable-static
>  
>  FILES = $(ewl_theme_test_la_SOURCES)
>  
Would adding AC_DISABLE_STATIC in configure.in accomplish the same thing 
without having to change every single Makefile.am?

/Kim


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to