Enlightenment CVS committal Author : andreas Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/bin Modified Files: Makefile.am esmart_file_dialog_test.c esmart_test.c Added Files: esmart_text_entry_test.c Log Message: - added test for esmart_text_entry - added EDC file for esmart_text_entry -> not perfect, but good enough for a test (If you are a good EDC creator fix it.) - fixed some config.h stuff - added configure check for edje_cc =================================================================== RCS file: /cvs/e/e17/libs/esmart/src/bin/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Makefile.am 21 Mar 2007 16:28:23 -0000 1.6 +++ Makefile.am 10 Jul 2007 17:33:54 -0000 1.7 @@ -9,7 +9,7 @@ -I$(top_srcdir)/src/lib/esmart_file_dialog \ @CONTAINER_CFLAGS@ @THUMB_CFLAGS@ -bin_PROGRAMS = esmart_test esmart_file_dialog_test +bin_PROGRAMS = esmart_test esmart_file_dialog_test esmart_text_entry_test #esmart_test_DEPENDENCIES = $(top_builddir)/src/lib/libesmart.la esmart_test_SOURCES = esmart_test.c @@ -28,3 +28,12 @@ $(top_builddir)/src/lib/esmart_container/libesmart_container.la \ $(top_builddir)/src/lib/esmart_file_dialog/libesmart_file_dialog.la \ @FILE_DIALOG_LIBS@ + +esmart_text_entry_test_SOURCES = esmart_text_entry_test.c + +esmart_text_entry_test_LDADD = \ + $(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la \ + $(top_builddir)/src/lib/esmart_container/libesmart_container.la \ + $(top_builddir)/src/lib/esmart_file_dialog/libesmart_file_dialog.la \ + @TEXT_ENTRY_LIBS@ + =================================================================== RCS file: /cvs/e/e17/libs/esmart/src/bin/esmart_file_dialog_test.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- esmart_file_dialog_test.c 5 Sep 2005 10:57:41 -0000 1.3 +++ esmart_file_dialog_test.c 10 Jul 2007 17:33:54 -0000 1.4 @@ -17,7 +17,9 @@ #include <stdio.h> #include <limits.h> -#include "../config.h" +#ifdef HAVE_CONFIG_H + #include <config.h> +#endif /** * the callback signal the file dialog calls when events happen =================================================================== RCS file: /cvs/e/e17/libs/esmart/src/bin/esmart_test.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- esmart_test.c 17 Oct 2004 17:54:22 -0000 1.3 +++ esmart_test.c 10 Jul 2007 17:33:54 -0000 1.4 @@ -17,7 +17,10 @@ #include <Esmart_Thumb.h> #include <Esmart_Trans_X11.h> #include <Esmart_Draggies.h> -#include "../config.h" + +#ifdef HAVE_CONFIG_H + #include <config.h> +#endif #define MOVE_REFRESH 0.06 #define RESIZE_REFRESH 0.02 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs