Author: azrael
Date: 2005-03-22 17:20:29 +0100 (Tue, 22 Mar 2005)
New Revision: 394
Removed:
branches/experimental-branch/misc/opensync.spec
Modified:
branches/experimental-branch/tests/Makefile.am
branches/experimental-branch/tests/check_codes.c
branches/experimental-branch/tests/mock-plugin/
Log:
Removed the generated spec file from the repo
Changed the way the mock-plugin is built so that
it does not get installed but still is built as
a shared library (stupid libtool!)
Deleted: branches/experimental-branch/misc/opensync.spec
Modified: branches/experimental-branch/tests/Makefile.am
===================================================================
--- branches/experimental-branch/tests/Makefile.am 2005-03-22 14:30:03 UTC (rev 393)
+++ branches/experimental-branch/tests/Makefile.am 2005-03-22 16:20:29 UTC (rev 394)
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = mock-plugin
-
EXTRA_DIST = data support.h
AM_CFLAGS = @XML_CFLAGS@ -Wall -Werror @GCOV_CFLAGS@
@@ -87,3 +85,7 @@
clean:
rm -rf coverage/*
+ $(MAKE) clean -C mock-plugin
+
+all-local:
+ $(MAKE) -C mock-plugin
Modified: branches/experimental-branch/tests/check_codes.c
===================================================================
--- branches/experimental-branch/tests/check_codes.c 2005-03-22 14:30:03 UTC (rev 393)
+++ branches/experimental-branch/tests/check_codes.c 2005-03-22 16:20:29 UTC (rev 394)
@@ -6,9 +6,7 @@
g_setenv("INIT_NULL", "2", TRUE);
- OSyncEnv *osync = osync_env_new();
-
- osync_env_initialize(osync, NULL);
+ OSyncEnv *osync = init_env();
OSyncGroup *group = osync_group_load(osync, "configs/group", NULL);
OSyncError *error = NULL;
Property changes on: branches/experimental-branch/tests/mock-plugin
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
.libs
.deps
Makefile
|