diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-06-26 16:01:21 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-26 16:01:21 +0000 |
commit | 2fd6b001fb431c274ad6808912ec5fbe831afbef (patch) | |
tree | 5d464babd4440b23f10de7aac95ee9e4d8077019 /gthread | |
parent | 2c9c0fabc8376a336cde4defa67b9b751954ea87 (diff) |
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.
Diffstat (limited to 'gthread')
-rw-r--r-- | gthread/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gthread/Makefile.am b/gthread/Makefile.am index 995069041..0928fd9d6 100644 --- a/gthread/Makefile.am +++ b/gthread/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gthread \ +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_srcdir)/gthread \ -DG_LOG_DOMAIN=\"GThread\" @GTHREAD_COMPILE_IMPL_DEFINES@ \ @GLIB_DEBUG_FLAGS@ @@ -19,7 +19,7 @@ BUILT_EXTRA_DIST = \ makefile.msc \ gthread.rc -libglib = $(top_builddir)/libglib-1.3.la +libglib = $(top_builddir)/glib/libglib-1.3.la top_builddir_full=`cd \$(top_builddir); pwd` |