Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        Makefile.am 


Log Message:
add --disable-tests to configre option to remove the bild of the tests. Add the 
dll build of the tests on Windows

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- Makefile.am 14 Nov 2007 21:55:28 -0000      1.36
+++ Makefile.am 16 Nov 2007 18:57:51 -0000      1.37
@@ -2,9 +2,13 @@
 
 SUBDIRS                                =       tests
 
-AM_CPPFLAGS                    =       -I$(top_srcdir)/src/lib 
-I$(top_builddir)/src/lib -DPACKAGE_DATA_DIR=\"$(datadir)\" 
-DPACKAGE_LIB_DIR=\"$(libdir)\" @EMOTION_CFLAGS@ @EPSILON_CFLAGS@ @EDJE_CFLAGS@ 
@ECORE_CFLAGS@ @EVAS_CFLAGS@
-
+if EWL_TESTS_BUILD
 EWLTESTPROGRAMS                 =      ewl_test ewl_embed_test ewl_simple_test
+else
+EWLTESTPROGRAMS                 =
+endif
+
+AM_CPPFLAGS                    =       -I$(top_srcdir)/src/lib 
-I$(top_builddir)/src/lib -DPACKAGE_DATA_DIR=\"$(datadir)\" 
-DPACKAGE_LIB_DIR=\"$(libdir)\" @EMOTION_CFLAGS@ @EPSILON_CFLAGS@ @EDJE_CFLAGS@ 
@ECORE_CFLAGS@ @EVAS_CFLAGS@
 
 bin_PROGRAMS                   =       $(EWLTESTPROGRAMS)
 



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

Reply via email to