Enlightenment CVS committal Author : essiene Project : e17 Module : proto
Dir : e17/proto/entrance_edit_gui/src/gui Modified Files: Makefile.am main.c Log Message: - Add entrance deps (or actually libentrance_edit) to configure.in. Its not yet properly done, as I think it would be better for it to provide an entrance_edit-config like other e libs do. - Make src/gui build again by adding etk deps back to libentrance_widgets. libentrance_widgets eventually should also have its own entrance_widgets-config, so that when we're changing backends, it will drag in its proper dependencies via autoKUNGfoo =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 13 Aug 2006 02:48:19 -0000 1.5 +++ Makefile.am 13 Aug 2006 04:38:58 -0000 1.6 @@ -12,11 +12,13 @@ Egui.h entrance_edit_gui_CFLAGS = \ - -I$(top_srcdir)/src/widgets + -I$(top_srcdir)/src/widgets \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ entrance_edit_gui_LDFLAGS = \ -L$(top_srcdir)/src/widgets entrance_edit_gui_LDADD = \ -lentrance_widgets \ - -lentrance_edit + @entrance_libs@ =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- main.c 13 Aug 2006 02:48:19 -0000 1.4 +++ main.c 13 Aug 2006 04:38:58 -0000 1.5 @@ -1,4 +1,3 @@ -#include <Etk.h> #include <Entrance_Widgets.h> #include "Egui.h" #include "config.h" ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs