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 /gtk | |
parent | 89e63f05958569fd59626f7e38783020243334dc (diff) | |
download | gtk+-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 'gtk')
-rw-r--r-- | gtk/gdk-pixbuf-loader.c | 4 | ||||
-rw-r--r-- | gtk/gdk-pixbuf-loader.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gdk-pixbuf-loader.c b/gtk/gdk-pixbuf-loader.c index 346074f367..fc38ce2b28 100644 --- a/gtk/gdk-pixbuf-loader.c +++ b/gtk/gdk-pixbuf-loader.c @@ -25,8 +25,8 @@ * Boston, MA 02111-1307, USA. */ -#include "gdk-pixbuf-loader.h" -#include "gdk-pixbuf-io.h" +#include "gdk-pixbuf/gdk-pixbuf-loader.h" +#include "gdk-pixbuf/gdk-pixbuf-io.h" #include <gtk/gtksignal.h> diff --git a/gtk/gdk-pixbuf-loader.h b/gtk/gdk-pixbuf-loader.h index 58fab340f2..1e67a17fd5 100644 --- a/gtk/gdk-pixbuf-loader.h +++ b/gtk/gdk-pixbuf-loader.h @@ -28,7 +28,7 @@ #include <unistd.h> #include <gtk/gtkobject.h> -#include "gdk-pixbuf.h" +#include "gdk-pixbuf/gdk-pixbuf.h" #ifdef __cplusplus extern "C" { |