diff options
author | Raja R Harinath <harinath@src.gnome.org> | 2000-06-22 00:05:44 +0000 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 2000-06-22 00:05:44 +0000 |
commit | 30bd71e2ae64eacda71d8aa63623fe0c8686debb (patch) | |
tree | 6597d5581906325669fd094e285627a2e3c867b4 /demos/Makefile.am | |
parent | 8a7664a1ae6846b58ab7e9a7e1f3867da6cd64a3 (diff) | |
download | gtk+-30bd71e2ae64eacda71d8aa63623fe0c8686debb.tar.gz |
Work with srcdir != builddir.
* demos/testanimation.c: Don't include "gdk-pixbuf.h". Use
<gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
* demos/testpixbuf.c: Likewise.
* demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
* demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h". Use
<gdk/x11/gdkx.h>.
* demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h". Don't include
"gdk-pixbuf.h".
* demos/Makefile.am (INCLUDES): Remove unneeded directories.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index a0fcc3d673..8d7ca2f756 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -2,9 +2,7 @@ INCLUDES = @STRIP_BEGIN@ \ -I$(top_srcdir) \ - -I$(top_builddir)/gdk-pixbuf \ -I$(top_builddir)/gdk \ - -I$(top_builddir)/gtk \ -DGTK_DISABLE_COMPAT_H \ @GTK_DEBUG_FLAGS@ \ @GTK_XIM_FLAGS@ \ |