Enlightenment CVS committal
Author : rephorm
Project : e17
Module : proto
Dir : e17/proto/esmart
Modified Files:
acconfig.h configure.in
Log Message:
missed these
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/acconfig.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- acconfig.h 8 Nov 2003 19:34:58 -0000 1.1
+++ acconfig.h 13 Jan 2004 00:56:57 -0000 1.2
@@ -1 +1,2 @@
#undef PACKAGE_DATA_DIR
+#undef CONTAINER_PLUGIN_DIR
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in 6 Jan 2004 18:15:36 -0000 1.7
+++ configure.in 13 Jan 2004 00:56:57 -0000 1.8
@@ -25,6 +25,20 @@
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}")
fi
+if test "x${libdir}" = 'x${prefix}/share'; then
+ if test "x${prefix}" = "xNONE"; then
+ container_plugin_dir=${ac_default_prefix}/lib/${PACKAGE}/layout
+ else
+ container_plugin_dir=${prefix}/lib/${PACKAGE}/layout
+ fi
+else
+ container_plugin_dir=${libdir}/${PACKAGE}/layout
+fi
+#FIXME: remove this and get it working correctly
+container_plugin_dir="/usr/local/lib/esmart/layout"
+AC_DEFINE_UNQUOTED(CONTAINER_PLUGIN_DIR, "${container_plugin_dir}")
+AC_SUBST(container_plugin_dir)
+
changequote(,)dnl
if test "x$GCC" = "xyes"; then
case " $CFLAGS " in
@@ -89,6 +103,8 @@
AC_PATH_PROG(PERL, perl, 0)
AC_SUBST(PERL)
+
+
AC_OUTPUT([
Makefile
esmart.pc
@@ -98,6 +114,8 @@
data/Makefile
data/images/Makefile
src/container/Makefile
+src/container/layout/Makefile
+src/container/layout/default/Makefile
src/thumb/Makefile
src/trans/Makefile
src/draggies/Makefile
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs