Move glib library into a subdirectory, make all GLib include files include

Tue Jun 26 11:43:46 2001  Owen Taylor  <otaylor@redhat.com>

	* configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am:
	Move glib library into a subdirectory, make all GLib include
	files include as <glib/glist.h>

	* tests/testglib.c tests/testgdate.c tests/testgdateparser.c
	  tests/timeloop.c tests/timeloop-basic.c: Move all tests into
	the tests/ subdirectory.
This commit is contained in:
Owen Taylor
2001-06-26 16:01:21 +00:00
committed by Owen Taylor
parent 2c9c0fabc8
commit 2fd6b001fb
162 changed files with 221 additions and 59167 deletions

View File

@@ -22,8 +22,8 @@
#ifndef __G_UNICODE_H__
#define __G_UNICODE_H__
#include <gerror.h>
#include <gtypes.h>
#include <glib/gerror.h>
#include <glib/gtypes.h>
G_BEGIN_DECLS