From 5123608e2296b90f68d4634b2b518101c574e43d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 19 Feb 2009 17:02:12 +0000 Subject: [PATCH] [build] Reference the headers with their full path Do not assume locality of the files, but use their whole path. --- clutter/x11/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/x11/Makefile.am b/clutter/x11/Makefile.am index 3959c5e..c197cd4 100644 --- a/clutter/x11/Makefile.am +++ b/clutter/x11/Makefile.am @@ -11,8 +11,8 @@ INCLUDES = \ LDADD = $(CLUTTER_LIBS) source_h = \ - clutter-x11-texture-pixmap.h \ - clutter-x11.h + $(top_srcdir)/clutter/x11/clutter-x11-texture-pixmap.h \ + $(top_srcdir)/clutter/x11/clutter-x11.h BUILT_SOURCES = clutter-x11-enum-types.h clutter-x11-enum-types.c -- 2.7.4