diff options
author | Havoc Pennington <hp@pobox.com> | 2001-01-04 03:49:45 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-01-04 03:49:45 +0000 |
commit | c52cce1b511d2e2377b8e0edab790754036f2c5c (patch) | |
tree | e65bc923972bff323f5438424187edfffd9dcc5e /Makefile.am | |
parent | 3ae4c59e3f9a155436970a7d97d64676178a709c (diff) |
-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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d8e0068da..1c1201b54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |