From 21693f54dea28bda8ac05f3013ee18ab92964467 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 17 Dec 2003 10:26:10 +0000 Subject: [PATCH] install fix Original commit message from CVS: install fix --- ext/gdk_pixbuf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am index 755bd5183f..0a13c1092b 100644 --- a/ext/gdk_pixbuf/Makefile.am +++ b/ext/gdk_pixbuf/Makefile.am @@ -19,6 +19,8 @@ install-data-hook: fi else gst_loader_headers = +install-data-hook: + true endif gst_loader_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -DGDK_PIXBUF_ENABLE_BACKEND