Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/exige Modified Files: Makefile.am exg_callback.c exg_conf.c exg_gui.c exg_main.c Log Message: Add missing headers. Don't install headers. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/exige/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Makefile.am 4 Sep 2005 00:24:31 -0000 1.4 +++ Makefile.am 5 Sep 2005 11:53:24 -0000 1.5 @@ -10,13 +10,11 @@ bin_PROGRAMS = exige -include_HEADERS = \ +exige_SOURCES = \ exg_callback.h \ exg_conf.h \ exg_gui.h \ - Exige.h - -exige_SOURCES = \ + Exige.h \ exg_conf.c \ exg_callback.c \ exg_gui.c \ =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/exige/exg_callback.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- exg_callback.c 2 Aug 2005 18:41:53 -0000 1.4 +++ exg_callback.c 5 Sep 2005 11:53:24 -0000 1.5 @@ -1,6 +1,11 @@ #include "exg_callback.h" #include "exg_gui.h" +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <limits.h> + void _enter_cb(void *data, const char *str) { =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/exige/exg_conf.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- exg_conf.c 11 Jun 2005 17:40:47 -0000 1.3 +++ exg_conf.c 5 Sep 2005 11:53:24 -0000 1.4 @@ -1,5 +1,7 @@ #include "exg_conf.h" +#include <stdio.h> + static int exg_conf_listener(const char *key, const Ecore_Config_Type type, const int tag, void *data); int exg_conf_init(Exige *exg) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/exige/exg_gui.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- exg_gui.c 2 Aug 2005 18:42:12 -0000 1.11 +++ exg_gui.c 5 Sep 2005 11:53:24 -0000 1.12 @@ -1,6 +1,11 @@ #include <Ecore_File.h> #include "exg_gui.h" +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <limits.h> + static Ecore_Hash *exg_eapps = NULL; static char * =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/exige/exg_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- exg_main.c 2 Aug 2005 17:25:13 -0000 1.3 +++ exg_main.c 5 Sep 2005 11:53:24 -0000 1.4 @@ -3,6 +3,9 @@ #include "exg_callback.h" #include "exg_conf.h" +#include <stdlib.h> +#include <stdio.h> + int main(int argc, const char **argv) { ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs