Enlightenment CVS committal Author : doursse Project : e17 Module : proto/edvi
Dir : e17/proto/edvi/src/plugins/ewl Modified Files: Makefile.am Log Message: * configure.in: * src/bin/Makefile.am: * src/plugines/ewl/Makefile.am: Make ewl and etk binaries optional =================================================================== RCS file: /cvs/e/e17/proto/edvi/src/plugins/ewl/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 1 Mar 2008 22:59:51 -0000 1.2 +++ Makefile.am 16 Jul 2008 18:56:56 -0000 1.3 @@ -3,17 +3,21 @@ if BUILD_EDVI_EWL EDVI_EWL_PLUGIN = libewl_dvi.la +EDVI_EWL_PLUGIN_SOURCE = ewl_dvi.c else EDVI_EWL_PLUGIN = +EDVI_EWL_PLUGIN_SOURCE = endif pkgdir = @EWL_TEST_LIBS_DIR@ pkg_LTLIBRARIES = $(EDVI_EWL_PLUGIN) -libewl_dvi_la_SOURCES = ewl_dvi.c +libewl_dvi_la_SOURCES = $(EDVI_EWL_PLUGIN_SOURCE) -libewl_dvi_la_CPPFLAGS = @EWL_CFLAGS@ -I$(top_builddir)/src/lib +libewl_dvi_la_CPPFLAGS = \ +-I$(top_builddir)/src/lib \ [EMAIL PROTECTED]@ libewl_dvi_la_LIBADD = \ $(top_builddir)/src/lib/libedvi.la \ @@ -22,6 +26,8 @@ libewl_dvi_la_LDFLAGS = \ -module \ -avoid-version + +libewl_dvi_la_DEPENDENCIES = $(top_builddir)/src/lib/libedvi.la EXTRA_DIST = $(libewl_dvi_la_SOURCES) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs