mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
-I$(top_srcdir)/gmodule, fix from Michael Meeks
2001-01-03 Havoc Pennington <hp@pobox.com> * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, fix from Michael Meeks * Makefile.am (INCLUDES): DISABLE was spelled wrong
This commit is contained in:
parent
3ae4c59e3f
commit
c52cce1b51
@ -1,3 +1,10 @@
|
||||
2001-01-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
|
||||
fix from Michael Meeks
|
||||
|
||||
* Makefile.am (INCLUDES): DISABLE was spelled wrong
|
||||
|
||||
Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.[ch]: Switch GMainLoop to be ref/unref, use to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-01-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
|
||||
fix from Michael Meeks
|
||||
|
||||
* Makefile.am (INCLUDES): DISABLE was spelled wrong
|
||||
|
||||
Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.[ch]: Switch GMainLoop to be ref/unref, use to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-01-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
|
||||
fix from Michael Meeks
|
||||
|
||||
* Makefile.am (INCLUDES): DISABLE was spelled wrong
|
||||
|
||||
Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.[ch]: Switch GMainLoop to be ref/unref, use to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-01-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
|
||||
fix from Michael Meeks
|
||||
|
||||
* Makefile.am (INCLUDES): DISABLE was spelled wrong
|
||||
|
||||
Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.[ch]: Switch GMainLoop to be ref/unref, use to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-01-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
|
||||
fix from Michael Meeks
|
||||
|
||||
* Makefile.am (INCLUDES): DISABLE was spelled wrong
|
||||
|
||||
Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.[ch]: Switch GMainLoop to be ref/unref, use to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-01-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
|
||||
fix from Michael Meeks
|
||||
|
||||
* Makefile.am (INCLUDES): DISABLE was spelled wrong
|
||||
|
||||
Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.[ch]: Switch GMainLoop to be ref/unref, use to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-01-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
|
||||
fix from Michael Meeks
|
||||
|
||||
* Makefile.am (INCLUDES): DISABLE was spelled wrong
|
||||
|
||||
Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.[ch]: Switch GMainLoop to be ref/unref, use to
|
||||
|
@ -1,3 +1,10 @@
|
||||
2001-01-03 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
|
||||
fix from Michael Meeks
|
||||
|
||||
* Makefile.am (INCLUDES): DISABLE was spelled wrong
|
||||
|
||||
Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gmain.[ch]: Switch GMainLoop to be ref/unref, use to
|
||||
|
@ -9,7 +9,7 @@ BUILT_SOURCES=glib-config-2.0
|
||||
glib-config-2.0: glib-config-2.0.in
|
||||
|
||||
INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
|
||||
-DG_DISBALE_COMPAT_H
|
||||
-DG_DISABLE_COMPAT_H
|
||||
|
||||
EXTRA_DIST = \
|
||||
ChangeLog.pre-1-2 \
|
||||
|
@ -9,7 +9,7 @@ BUILT_SOURCES=glib-config-2.0
|
||||
glib-config-2.0: glib-config-2.0.in
|
||||
|
||||
INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
|
||||
-DG_DISBALE_COMPAT_H
|
||||
-DG_DISABLE_COMPAT_H
|
||||
|
||||
EXTRA_DIST = \
|
||||
ChangeLog.pre-1-2 \
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@
|
||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gmodule @GLIB_DEBUG_FLAGS@
|
||||
|
||||
EFENCE=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user