Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/elicit
Dir : e17/apps/elicit/src Modified Files: Elicit.h Makefile.am Log Message: make edb optional (if you have it it will load old swatches / shots from db's) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/Elicit.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- Elicit.h 18 Dec 2005 06:53:46 -0000 1.15 +++ Elicit.h 30 Dec 2005 04:12:51 -0000 1.16 @@ -10,7 +10,6 @@ #include <Edje.h> #include <Esmart/Esmart_Draggies.h> #include <Esmart/Esmart_Container.h> -#include <Edb.h> #include <Eet.h> #include <X11/Xlib.h> #include <Imlib2.h> @@ -21,6 +20,11 @@ #include <fnmatch.h> #include "config.h" + +#ifdef HAVE_EDB +#include <Edb.h> +#endif + #define DATADIR PACKAGE_DATA_DIR typedef struct _Elicit Elicit; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Makefile.am 14 Aug 2004 16:29:02 -0000 1.6 +++ Makefile.am 30 Dec 2005 04:12:51 -0000 1.7 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in INCLUDES = @edje_cflags@ @ecore_cflags@ @edb_cflags@ @evas_cflags@ \ [EMAIL PROTECTED]@ @imlib2_cflags@ [EMAIL PROTECTED]@ @imlib2_cflags@ @eet_cflags@ bin_PROGRAMS = elicit @@ -15,5 +15,5 @@ themes.c themes.h elicit_LDADD = @edje_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ \ [EMAIL PROTECTED]@ @imlib2_libs@ -lesmart_draggies -lesmart_container [EMAIL PROTECTED]@ @imlib2_libs@ @eet_libs@ -lesmart_draggies -lesmart_container ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs