Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: Makefile.am Added Files: ewl_container.c Log Message: - add the start of a container test suite =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/Makefile.am,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- Makefile.am 16 Aug 2006 15:04:50 -0000 1.37 +++ Makefile.am 21 Aug 2006 01:20:03 -0000 1.38 @@ -28,7 +28,7 @@ ewl_theme.la ewl_media.la ewl_menu.la ewl_imenu.la \ ewl_widget.la fullscreen.la modal.la ewl_layer.la \ ewl_list.la puzzle.la ewl_grid.la \ - ewl_icon_theme.la + ewl_icon_theme.la ewl_container.la ewl_border_la_SOURCES = ewl_border.c ewl_border_la_LIBADD = $(top_builddir)/src/lib/libewl.la @@ -359,6 +359,13 @@ -L$(top_builddir)/src/lib/.libs ewl_icon_theme_la_DEPENDENCIES = +ewl_container_la_SOURCES = ewl_container.c +ewl_container_la_LIBADD = $(top_builddir)/src/lib/libewl.la +ewl_container_la_LDFLAGS = -module -avoid-version \ + -L$(top_builddir)/src/lib \ + -L$(top_builddir)/src/lib/.libs +ewl_container_la_DEPENDENCIES = + FILES = $(ewl_border_la_SOURCES) $(ewl_box_la_SOURCES) \ $(ewl_button_la_SOURCES) $(ewl_colordialog_la_SOURCES) \ @@ -383,7 +390,7 @@ $(modal_la_SOURCES) $(ewl_layer_la_SOURCES) \ $(ewl_dnd_snoop_la_SOURCES) $(ewl_list_la_SOURCES) \ $(puzzle_la_SOURCES) $(ewl_grid_la_SOURCES) \ - $(ewl_icon_theme_la_SOURCES) + $(ewl_icon_theme_la_SOURCES) $(ewl_container_la_SOURCES) EXTRA_DIST = $(FILES) ------------------------------------------------------------------------- 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