summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>1999-11-22 20:43:58 +0000
committerJonathan Blandford <jrb@src.gnome.org>1999-11-22 20:43:58 +0000
commit14237d13e2bdaf8a52534a03e390aa6ed30938fc (patch)
tree84a02a17ad338f1aa8f9a081cf6241ad805d29f1 /demos
parent89e63f05958569fd59626f7e38783020243334dc (diff)
downloadgtk+-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 'demos')
-rw-r--r--demos/testpixbuf-drawable.c4
-rw-r--r--demos/testpixbuf.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/demos/testpixbuf-drawable.c b/demos/testpixbuf-drawable.c
index 0521ad91ec..fa87674f04 100644
--- a/demos/testpixbuf-drawable.c
+++ b/demos/testpixbuf-drawable.c
@@ -1,7 +1,7 @@
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
-#include "gdk-pixbuf.h"
-#include "gdk-pixbuf-drawable.h"
+#include "gdk-pixbuf/gdk-pixbuf.h"
+#include "gdk-pixbuf/gdk-pixbuf-drawable.h"
void close_app(GtkWidget *widget, gpointer data)
{
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c
index 63483f8291..5d36b7a0b8 100644
--- a/demos/testpixbuf.c
+++ b/demos/testpixbuf.c
@@ -23,9 +23,9 @@
#include <string.h>
#include <gtk/gtk.h>
-#include "gdk-pixbuf.h"
-#include "gdk-pixbuf-io.h"
-#include "gdk-pixbuf-loader.h"
+#include "gdk-pixbuf/gdk-pixbuf.h"
+#include "gdk-pixbuf/gdk-pixbuf-io.h"
+#include "gdk-pixbuf/gdk-pixbuf-loader.h"
typedef struct {
FILE *imagefile;