diff options
author | Tim Janik <timj@src.gnome.org> | 1998-03-10 04:55:42 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-10 04:55:42 +0000 |
commit | 0db2549361345c9dd62cbcfbf1f36eaea2a8f020 (patch) | |
tree | 1e4637128837130d90b01c5c5a986d8aa7180c38 /gtk/Makefile.am | |
parent | 100775d091d17d5f3250abedc41d58e88c3edbef (diff) | |
download | gtk+-0db2549361345c9dd62cbcfbf1f36eaea2a8f020.tar.gz |
glib include -timj
glib include
-timj
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 7301b04ca1..77160d1e52 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -218,7 +218,7 @@ EXTRA_DIST = \ tree_minus.xbm \ circles.xbm -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib @x_cflags@ +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I../glib @x_cflags@ noinst_PROGRAMS = testgtk testinput testselection simple testgtk_LDADD = \ |