diff options
author | Martin Baulig <baulig@suse.de> | 2001-03-23 11:13:34 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2001-03-23 11:13:34 +0000 |
commit | 125211d5b4338ce963b03f174382473116d505cb (patch) | |
tree | 9f128fb1029b2e4b2a26332abcbb9f7a9c4fccd9 /tests | |
parent | d3f528d383c338c11271203e208ba17faf0a907c (diff) | |
download | gconf-125211d5b4338ce963b03f174382473116d505cb.tar.gz |
Removed. Removed. Removed.
2001-03-18 Martin Baulig <baulig@suse.de>
* gconf/gthreadpool.[ch]: Removed.
* gconf/gconf-glib-private.h: Removed.
* gconf/gconf-glib-public.h: Removed.
* gconf/gconf-client.[ch]: Moved here from wrappers/gtk/
and migrated to use GObject.
* gconf/testgconfclient.c: Moved here from wrappers/gtk/.
* gconf/gconf-internals.h
(gconf_CORBA_Object_hash, gconf_CORBA_Object_equal):
New static inline functions.
* gconf/gconfmarshal.list: New file.
* gconf/gconftool.c: Use libxml 2.
* backends/xml-backend.c, backends/xml-cache.h,
backends/xml-dir.c, backends/xml-dir.h,
backends/xml-entry.c, backends/xml-entry.h: Use libxml 2.
* wrappers/gtk/*: Moved to gconf/.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f8e37673..66480593 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,12 +3,12 @@ EFENCE= INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/gconf \ -I$(top_builddir)/gconf \ - -I$(includedir) $(ORBIT_CFLAGS) $(GLIB_CFLAGS) \ + -I$(includedir) $(GLIB_CFLAGS) $(OAF_CFLAGS) \ -DG_LOG_DOMAIN=\"GConf-Tests\" -DGCONF_ENABLE_INTERNALS=1 noinst_PROGRAMS=testgconf testlisteners testschemas testchangeset testencode testunique testpersistence testdirlist testaddress -TESTLIBS= $(INTLLIBS) $(ORBIT_LIBS) $(GLIB_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la $(EFENCE) +TESTLIBS= $(INTLLIBS) $(GLIB_LIBS) $(OAF_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la $(EFENCE) testunique_SOURCES=testunique.c |