Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: Makefile.am Added Files: ewl_entry.c Log Message: Add the entry test to ewl_test2. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 4 Mar 2006 05:48:58 -0000 1.5 +++ Makefile.am 4 Mar 2006 06:51:52 -0000 1.6 @@ -16,7 +16,8 @@ pkg_LTLIBRARIES = ewl_border.la ewl_box.la ewl_button.la \ ewl_colordialog.la ewl_datepicker.la \ ewl_freebox.la ewl_paned.la ewl_text.la \ - ewl_calendar.la ewl_text_editor.la + ewl_calendar.la ewl_text_editor.la \ + ewl_entry.la ewl_border_la_SOURCES = ewl_border.c ewl_border_la_LIBADD = $(top_builddir)/src/lib/libewl.la @@ -53,6 +54,13 @@ -L$(top_builddir)/src/lib/.libs ewl_datepicker_la_DEPENDENCIES = +ewl_entry_la_SOURCES = ewl_entry.c +ewl_entry_la_LIBADD = $(top_builddir)/src/lib/libewl.la +ewl_entry_la_LDFLAGS = -module -avoid-version \ + -L$(top_builddir)/src/lib \ + -L$(top_builddir)/src/lib/.libs +ewl_entry_la_DEPENDENCIES = + ewl_freebox_la_SOURCES = ewl_freebox.c ewl_freebox_la_LIBADD = $(top_builddir)/src/lib/libewl.la ewl_freebox_la_LDFLAGS = -module -avoid-version \ @@ -100,6 +108,6 @@ $(ewl_colordialog_la_SOURCES) $(ewl_datepicker_la_SOURCES) \ $(ewl_freebox_la_SOURCES) $(ewl_paned_la_SOURCES) \ $(ewl_text_la_SOURCES) $(ewl_calendar_la_SOURCES) \ - $(ewl_text_editor_la_SOURCES) + $(ewl_text_editor_la_SOURCES) $(ewl_entry_la_SOURCES) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs