diff options
author | Jonathan Blandford <jrb@redhat.com> | 1999-11-22 20:43:58 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 1999-11-22 20:43:58 +0000 |
commit | 14237d13e2bdaf8a52534a03e390aa6ed30938fc (patch) | |
tree | 84a02a17ad338f1aa8f9a081cf6241ad805d29f1 /gdk-pixbuf/gdk-pixbuf-io.h | |
parent | 89e63f05958569fd59626f7e38783020243334dc (diff) | |
download | gdk-pixbuf-14237d13e2bdaf8a52534a03e390aa6ed30938fc.tar.gz |
make the symlink. Does not work for srcdir != buildir != . Beats me why; I
1999-11-22 Jonathan Blandford <jrb@redhat.com>
* configure.in (GDK_PIXBUF_DIR): make the symlink. Does not work
for srcdir != buildir != . Beats me why; I can't figure it out.
AC_OUTPUT_COMMANDS doesn't seem to let me substitute it correctly.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-io.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.h b/gdk-pixbuf/gdk-pixbuf-io.h index ba42c95ce..6cd889e76 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.h +++ b/gdk-pixbuf/gdk-pixbuf-io.h @@ -28,8 +28,8 @@ #define GDK_PIXBUF_IO_H #include <gmodule.h> -#include "gdk-pixbuf.h" #include <stdio.h> +#include "gdk-pixbuf/gdk-pixbuf.h" #ifdef __cplusplus extern "C" { |