Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_config Modified Files: Makefile.am Log Message: cedric's SDL egnine patch - finally. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_config/Makefile.am,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- Makefile.am 13 Jul 2006 19:48:09 -0000 1.30 +++ Makefile.am 16 Jul 2007 07:23:11 -0000 1.31 @@ -33,6 +33,8 @@ #config_DATA = $(DB) #configdir = $(pkgdatadir) +if BUILD_ECORE_IPC + libecore_config_la_SOURCES = \ ecore_config.c \ ecore_config_ipc_main.c \ @@ -52,6 +54,26 @@ libecore_config_la_DEPENDENCIES = \ $(top_builddir)/src/lib/ecore/libecore.la \ $(top_builddir)/src/lib/ecore_ipc/libecore_ipc.la + +else + +libecore_config_la_SOURCES = \ +ecore_config.c \ +ecore_config_util.c \ +ecore_config_storage.c \ +ecore_config_extra.c \ +ecore_config_db.c \ +ecore_config_private.h + +libecore_config_la_LIBADD = \ +$(top_builddir)/src/lib/ecore/libecore.la \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ + +libecore_config_la_DEPENDENCIES = \ +$(top_builddir)/src/lib/ecore/libecore.la + +endif endif ------------------------------------------------------------------------- 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