summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-03-26 19:23:17 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-03-26 19:23:17 +0000
commitdf2f429cff283621c463fafb2996f74cfde25043 (patch)
tree6155e9e6c0a6a0f569005c27dca3d836caca1f96 /Makefile.am
parent2cfcb9fe0b3d27a9ebcfb066d08032a6a2bf9f12 (diff)
-DG_DISABLE_DEPRECATED
Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED * gmain.h timeloop.c: Surround the cruftiest stuff with #ifndef G_DISABLE_DEPRECATED. * gcompat.h gdate.h: Move compat defines back to gdate.h, surround with #ifndef G_DISABLE_DEPRECATED. Remove gcompat.h.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cd0f9649c..846fde012 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = 1.4
SUBDIRS = . gobject gmodule gthread docs tests build
INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
- -DG_DISABLE_COMPAT_H -DGLIB_COMPILATION
+ -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION
EXTRA_DIST = \
ChangeLog.pre-1-2 \
@@ -97,7 +97,6 @@ glibinclude_HEADERS = \
gasyncqueue.h \
gbacktrace.h \
gcache.h \
- gcompat.h \
gcompletion.h \
gconvert.h \
gdataset.h \