Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        Makefile.am 
Added Files:
        ewl_tooltip.c 


Log Message:
- port the tooltip test

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 6 Mar 2006 02:33:42 -0000       1.10
+++ Makefile.am 8 Mar 2006 16:19:26 -0000       1.11
@@ -19,7 +19,8 @@
                          ewl_calendar.la ewl_combo.la ewl_colorpicker.la \
                          ewl_dialog.la ewl_entry.la ewl_filedialog.la \
                          ewl_text_editor.la ewl_fileselector.la \
-                         ewl_floater.la ewl_icon.la ewl_iconbox.la 
+                         ewl_floater.la ewl_icon.la ewl_iconbox.la  \
+                         ewl_tooltip.la
 
 ewl_border_la_SOURCES   = ewl_border.c
 ewl_border_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
@@ -154,6 +155,13 @@
                          -L$(top_builddir)/src/lib/.libs
 ewl_iconbox_la_DEPENDENCIES = 
 
+ewl_tooltip_la_SOURCES   = ewl_tooltip.c
+ewl_tooltip_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_tooltip_la_LDFLAGS = -module -avoid-version \
+                         -L$(top_builddir)/src/lib \
+                         -L$(top_builddir)/src/lib/.libs
+ewl_tooltip_la_DEPENDENCIES = 
+
 FILES = $(ewl_border_la_SOURCES) $(ewl_box_la_SOURCES) \
        $(ewl_button_la_SOURCES) $(ewl_colordialog_la_SOURCES) \
        $(ewl_datepicker_la_SOURCES) $(ewl_freebox_la_SOURCES) \
@@ -163,7 +171,7 @@
        $(ewl_entry_la_SOURCES) $(ewl_filedialog_la_SOURCES) \
        $(ewl_text_editor_la_SOURCES) $(ewl_fileselector_la_SOURCES) \
        $(ewl_floater_la_SOURCES) $(ewl_icon_la_SOURCES) \
-       $(ewl_iconbox_la_SOURCES)
+       $(ewl_iconbox_la_SOURCES) $(ewl_tooltip_la_SOURCES)
 
 EXTRA_DIST = $(FILES)
 




-------------------------------------------------------
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

Reply via email to