[build] Reference the headers with their full path

Do not assume locality of the files, but use their whole path.
This commit is contained in:
Emmanuele Bassi 2009-02-19 17:02:12 +00:00
parent b72b6e88f7
commit 5123608e22

View File

@ -11,8 +11,8 @@ INCLUDES = \
LDADD = $(CLUTTER_LIBS) LDADD = $(CLUTTER_LIBS)
source_h = \ source_h = \
clutter-x11-texture-pixmap.h \ $(top_srcdir)/clutter/x11/clutter-x11-texture-pixmap.h \
clutter-x11.h $(top_srcdir)/clutter/x11/clutter-x11.h
BUILT_SOURCES = clutter-x11-enum-types.h clutter-x11-enum-types.c BUILT_SOURCES = clutter-x11-enum-types.h clutter-x11-enum-types.c