mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Move headers to @includedir@/glib-1.2/ to allow safe coexistance with a
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com> * gmodule/Makefile.am Makefile.am glib-config.in: Move headers to @includedir@/glib-1.2/ to allow safe coexistance with a glib-2.0 build environment.
This commit is contained in:
parent
182b22c754
commit
53cc2572f0
@ -1,3 +1,9 @@
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmodule/Makefile.am Makefile.am glib-config.in:
|
||||
Move headers to @includedir@/glib-1.2/ to allow
|
||||
safe coexistance with a glib-2.0 build environment.
|
||||
|
||||
Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Use C99 varargs macros where possible
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmodule/Makefile.am Makefile.am glib-config.in:
|
||||
Move headers to @includedir@/glib-1.2/ to allow
|
||||
safe coexistance with a glib-2.0 build environment.
|
||||
|
||||
Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Use C99 varargs macros where possible
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmodule/Makefile.am Makefile.am glib-config.in:
|
||||
Move headers to @includedir@/glib-1.2/ to allow
|
||||
safe coexistance with a glib-2.0 build environment.
|
||||
|
||||
Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Use C99 varargs macros where possible
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmodule/Makefile.am Makefile.am glib-config.in:
|
||||
Move headers to @includedir@/glib-1.2/ to allow
|
||||
safe coexistance with a glib-2.0 build environment.
|
||||
|
||||
Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Use C99 varargs macros where possible
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmodule/Makefile.am Makefile.am glib-config.in:
|
||||
Move headers to @includedir@/glib-1.2/ to allow
|
||||
safe coexistance with a glib-2.0 build environment.
|
||||
|
||||
Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Use C99 varargs macros where possible
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmodule/Makefile.am Makefile.am glib-config.in:
|
||||
Move headers to @includedir@/glib-1.2/ to allow
|
||||
safe coexistance with a glib-2.0 build environment.
|
||||
|
||||
Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Use C99 varargs macros where possible
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmodule/Makefile.am Makefile.am glib-config.in:
|
||||
Move headers to @includedir@/glib-1.2/ to allow
|
||||
safe coexistance with a glib-2.0 build environment.
|
||||
|
||||
Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Use C99 varargs macros where possible
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Sep 8 21:46:13 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmodule/Makefile.am Makefile.am glib-config.in:
|
||||
Move headers to @includedir@/glib-1.2/ to allow
|
||||
safe coexistance with a glib-2.0 build environment.
|
||||
|
||||
Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Use C99 varargs macros where possible
|
||||
|
@ -57,7 +57,8 @@ libglib_la_SOURCES = \
|
||||
gtree.c \
|
||||
gutils.c
|
||||
|
||||
include_HEADERS = \
|
||||
glibincludedir=$(includedir)/glib-1.2
|
||||
glibinclude_HEADERS = \
|
||||
glib.h
|
||||
|
||||
configinclude_DATA = \
|
||||
|
@ -56,9 +56,6 @@ while test $# -gt 0; do
|
||||
exit 0
|
||||
;;
|
||||
--cflags)
|
||||
if test "@includedir@" != /usr/include ; then
|
||||
includes="-I@includedir@"
|
||||
fi
|
||||
echo_cflags=yes
|
||||
;;
|
||||
--libs)
|
||||
@ -91,7 +88,7 @@ if test "$echo_cflags" = "yes"; then
|
||||
if test "$lib_gthread" = "yes"; then
|
||||
cflags="$cflags @G_THREAD_CFLAGS@"
|
||||
fi
|
||||
echo -I@libdir@/glib/include $includes $cflags
|
||||
echo -I@includedir@/glib-1.2 -I@libdir@/glib/include $includes $cflags
|
||||
fi
|
||||
if test "$echo_libs" = "yes"; then
|
||||
libsp=""
|
||||
|
@ -57,7 +57,8 @@ libglib_la_SOURCES = \
|
||||
gtree.c \
|
||||
gutils.c
|
||||
|
||||
include_HEADERS = \
|
||||
glibincludedir=$(includedir)/glib-1.2
|
||||
glibinclude_HEADERS = \
|
||||
glib.h
|
||||
|
||||
configinclude_DATA = \
|
||||
|
@ -14,7 +14,8 @@ EXTRA_DIST = \
|
||||
BUILT_SOURCES = gmoduleconf.h
|
||||
gmoduleconf.h: gmoduleconf.h.in
|
||||
|
||||
include_HEADERS = \
|
||||
glibincludedir=$(includedir)/glib-1.2
|
||||
glibinclude_HEADERS = \
|
||||
gmodule.h
|
||||
|
||||
libglib = $(top_builddir)/libglib.la # -lglib
|
||||
|
Loading…
x
Reference in New Issue
Block a user