diff options
author | Owen Taylor <otaylor@gtk.org> | 1998-06-10 23:44:55 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-06-10 23:44:55 +0000 |
commit | 7086e475e3fc26279f004a6cff69cd4dfbd079b4 (patch) | |
tree | 0ac4f76502e335e7c96a7d6fea98c6e6a792d72a /gdk | |
parent | 6b61461a404b910f9024299fd97fc9cb2423d781 (diff) | |
download | gtk+-7086e475e3fc26279f004a6cff69cd4dfbd079b4.tar.gz |
glib/* Moved to glib module
Wed Jun 10 19:36:35 1998 Owen Taylor <otaylor@gtk.org>
* glib/* Moved to glib module
* INSTALL Makefile.am acconfig.h autogen.sh configure.in
gtk-config.in gtk.m4 gdk/Makefile.am gtk/Makefile.am
configuration changes for the above:
- Use AM_PATH_GLIB by default to find glib; also accept
a --with-glib option for using an uninstalled glib.
- Put --enable-debug information into config.h so
that we rebuild when it changes. (was in glibconfig.h)
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 634e6a9160..2aaa0dee7a 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -51,7 +51,7 @@ libgdk_1_1_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ @x_ldflags@ @x_libs@ -INCLUDES = -I$(top_srcdir) -I../glib -I$(top_srcdir)/glib @x_cflags@ +INCLUDES = -I$(top_srcdir) @GLIB_CFLAGS@ @x_cflags@ EXTRA_PROGRAMS = gxid |