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.
This commit is contained in:
Jonathan Blandford
1999-11-22 20:43:58 +00:00
committed by Jonathan Blandford
parent 89e63f0595
commit 14237d13e2
23 changed files with 43 additions and 36 deletions

View File

@ -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)
{

View File

@ -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;