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 | 17330d7dde18631b2cebaaaf6a0ba94e4dee9f8b (patch) | |
tree | ad87cd243e1506358913bb193fa352302b2c133a /gdk-pixbuf/gdk-pixbuf-data.c | |
parent | 657f889f79e211142f790be4b26fd68eea762531 (diff) | |
download | gdk-pixbuf-17330d7dde18631b2cebaaaf6a0ba94e4dee9f8b.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-data.c')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-data.c b/gdk-pixbuf/gdk-pixbuf-data.c index 4c3bd3610..26c1cff9f 100644 --- a/gdk-pixbuf/gdk-pixbuf-data.c +++ b/gdk-pixbuf/gdk-pixbuf-data.c @@ -21,7 +21,7 @@ */ #include <config.h> -#include "gdk-pixbuf.h" +#include "gdk-pixbuf/gdk-pixbuf.h" |