asparagus time for some of the core efl bits...

SVN revision: 13846
This commit is contained in:
Carsten Haitzler 2005-03-22 10:54:17 +00:00
parent d8d8dc5e39
commit 97a9424b94
7 changed files with 12 additions and 12 deletions

View File

@ -6,12 +6,12 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in build-stamp configure-stamp depcomp \
eet_docs.tar.gz eet.c \
ecore_docs.tar.gz ecore.c \
README \
eet.pc \
eet.spec \
eet.oe eet-native.oe \
eet.bb eetXnative.bb \
ecore.pc \
ecore.spec \
ecore.oe ecore-native.oe \
ecore.bb ecoreXnative.bb \
debian/changelog
bin_SCRIPTS = ecore-config

View File

@ -5,7 +5,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(ecore, 0.9.9.002)
AM_INIT_AUTOMAKE(ecore, 0.9.9.003)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN

View File

@ -33,8 +33,8 @@ main (int argc,
ecore_con_init();
// Try to conect to server.
svr = ecore_con_server_connect(ECORE_CON_LOCAL_USER, SOCKET_NAME,
SOCKET_PORT, NULL);
svr = ecore_con_server_connect(ECORE_CON_REMOTE_SYSTEM, "mail.valinux.co.jp",
110, NULL);
if (NULL == svr) {
printf("*** ERROR: Unable to connect to server.\n");
printf("*** Start con_server_example before running this program.\n");

View File

@ -8,7 +8,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(edje, 0.5.0.002)
AM_INIT_AUTOMAKE(edje, 0.5.0.003)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC

View File

@ -8,7 +8,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(eet, 0.9.10.002)
AM_INIT_AUTOMAKE(eet, 0.9.10.003)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC

View File

@ -8,7 +8,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(embryo, 0.9.1.002)
AM_INIT_AUTOMAKE(embryo, 0.9.1.003)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN

View File

@ -6,7 +6,7 @@ AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_ISC_POSIX
AM_INIT_AUTOMAKE(evas, 0.9.9.002)
AM_INIT_AUTOMAKE(evas, 0.9.9.003)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN