diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-14 20:08:10 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-14 20:08:10 +0000 |
commit | bb268900245f3760ccd65c33d53602ab53fe2752 (patch) | |
tree | e3e8bf72c4dd9f5cded8fc79266be5950143eec5 /gdk/x11/Makefile.am | |
parent | 9332748007543df54d5d2138aca2edd4742a3bd3 (diff) | |
download | gdk-pixbuf-bb268900245f3760ccd65c33d53602ab53fe2752.tar.gz |
Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4
Fri Jul 14 12:22:49 2000 Owen Taylor <otaylor@redhat.com>
* configure.in Makefile.am gtk-config.m4 gtk.m4: Move
gtk-config to gtk-config-2.0 move gtk_.m4 to
gtk-2.0.m4
* Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
gdk/Makefile.am demos/Makefile.am: Change
library names to libgtk-1.3.la, etc, so that we
can distinguish gtk-1.2 and gtk-2.0 on the linkline.
* Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
gdk/Makefile.am gdk/x11/Makfile.am
Move include files into /usr/include/gtk-2.0,
/usr/lib/gtk-2.0/include/
* autogen.sh acconfig.h configure.in gtk/gtkmain.c
gtk/gtkintl.h: Change package for gettext from
gtk+ to gtk20. Put hack in autogen.sh to modify
po/Makefile.in.in after gettextize to make this
possible.
* gtk+.spec: Some updates, not tested.
* gdk-pixbuf/Makefile.am: Move loaders into
$(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
* gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
$(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
to THEMENAME/gtk-2.0/. Move engine directory to
$(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
Diffstat (limited to 'gdk/x11/Makefile.am')
-rw-r--r-- | gdk/x11/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/Makefile.am b/gdk/x11/Makefile.am index 5c73ef3ad..d4870774d 100644 --- a/gdk/x11/Makefile.am +++ b/gdk/x11/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -libgdkincludedir = $(includedir)/gdk -libgdkx11includedir = $(includedir)/gdk/x11 +libgdkincludedir = $(includedir)/gtk-2.0/gdk +libgdkx11includedir = $(includedir)/gtk-2.0/gdk/x11 INCLUDES = @STRIP_BEGIN@ \ -DG_LOG_DOMAIN=\"Gdk\" \ |