summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-03-17 02:43:20 +0000
committerTim Janik <timj@src.gnome.org>1999-03-17 02:43:20 +0000
commit2d49bbb044de4ad315ba22f7a32a1342ab8c425d (patch)
treee254c0c19d872280a7cb6a9a9e766e82e1a6b32b /gtk/Makefile.am
parentf045ba415af3f1f779639e5a5c96e91c618adfe7 (diff)
downloadgtk+-2d49bbb044de4ad315ba22f7a32a1342ab8c425d.tar.gz
build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from
Wed Mar 17 02:49:32 1999 Tim Janik <timj@gtk.org> * configure.in: build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0. * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this file. strongly deprecated the GTK_HAVE_* macros, we provide GTK_CHECK_VERSION() for people that need to check for certain Gtk+ versions. * gtk/gtkcompat.h: removed this from CVS. * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad idea right from the start, it just didn't seem like that back then.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index c4b61a9f46..ddcebbc0eb 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -138,7 +138,6 @@ source_headers = \
gtkclist.h \
gtkcolorsel.h \
gtkcombo.h \
- gtkcompat.h \
gtkcontainer.h \
gtkctree.h \
gtkcurve.h \
@@ -231,7 +230,7 @@ source_headers = \
gtkinclude_HEADERS = \
$(source_headers) \
- gtkfeatures.h \
+ gtkcompat.h \
gtkmarshal.h \
gtktypebuiltins.h
@@ -333,7 +332,7 @@ EXTRA_DIST = \
testgtk.1 \
testgtkrc \
testgtkrc2 \
- gtkfeatures.h.in \
+ gtkcompat.h.in \
makeenums.pl \
makeenums.awk \
maketypes.awk \