Enlightenment CVS committal Author : raster Project : e17 Module : libs/embryo
Dir : e17/libs/embryo/src/bin Modified Files: Makefile.am embryo_cc_prefix.c Log Message: fix bin/lib prefix - pass as -D =================================================================== RCS file: /cvs/e/e17/libs/embryo/src/bin/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 10 Jul 2006 18:31:18 -0000 1.5 +++ Makefile.am 13 Jul 2006 16:35:46 -0000 1.6 @@ -1,6 +1,9 @@ MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -DLINUX -I$(top_srcdir)/src/lib -I$(top_srcdir) -I$(top_builddir) +INCLUDES = -DLINUX -I$(top_srcdir)/src/lib -I$(top_srcdir) -I$(top_builddir) \ + -DPACKAGE_BIN_DIR=\"@[EMAIL PROTECTED]" \ + -DPACKAGE_LIB_DIR=\"@[EMAIL PROTECTED]" \ + -DPACKAGE_DATA_DIR=\"@[EMAIL PROTECTED]" bin_PROGRAMS = embryo embryo_cc =================================================================== RCS file: /cvs/e/e17/libs/embryo/src/bin/embryo_cc_prefix.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- embryo_cc_prefix.c 10 Jul 2006 18:31:18 -0000 1.1 +++ embryo_cc_prefix.c 13 Jul 2006 16:35:46 -0000 1.2 @@ -296,7 +296,7 @@ _prefix_path_lib = strdup(PACKAGE_LIB_DIR); printf("WARNING: Embryo could not determine its installed prefix\n" " and is falling back on the compiled in default:\n" - " %s\n", + " %s\n" " You might like to try setting the following environment variables:\n" " E_PREFIX - points to the base prefix of install\n" " E_BIN_DIR - optional in addition to E_PREFIX to provide\n" ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs