summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-01-09 16:21:42 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2010-01-11 11:30:22 +0000
commiteec858424bab2934038f651da10b137509c294ce (patch)
tree55a73eac25fbba95dd05d6ec424c9f162983e37e
parentb5b32dee0ec3c64bed43614fd7ce7a8eb2c1a0f0 (diff)
downloadclutter-gst-eec858424bab2934038f651da10b137509c294ce.tar.gz
[build] Fix make distcheck
As the 1.0.0 release is closer than ever, it's time to fix make distcheck. The issue was introduced with the introspection commit, g-ir-scanner needs to access the source files and thus those need to be prefixed by $(srcdir)/
-rw-r--r--clutter-gst/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index f8137f2..e5ec201 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -21,12 +21,12 @@ source_priv_h = \
$(NULL)
source_c = \
- clutter-gst-audio.c \
- clutter-gst-debug.c \
- clutter-gst-video-sink.c \
- clutter-gst-video-texture.c \
- clutter-gst-util.c \
- $(NULL)
+ $(srcdir)/clutter-gst-audio.c \
+ $(srcdir)/clutter-gst-debug.c \
+ $(srcdir)/clutter-gst-video-sink.c \
+ $(srcdir)/clutter-gst-video-texture.c \
+ $(srcdir)/clutter-gst-util.c \
+ $(NULL)
libclutter_gst_@CLUTTER_GST_MAJORMINOR@_la_SOURCES = $(MARSHALFILES) \
$(source_c) \
@@ -53,7 +53,7 @@ libclutter_gst_@CLUTTER_GST_MAJORMINOR@_la_LIBADD = @CLUTTER_GST_LIBS@ $(GST_LI
libclutter_gst_@CLUTTER_GST_MAJORMINOR@_la_LDFLAGS = @CLUTTER_GST_LT_LDFLAGS@
cluttergstheadersdir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter-gst
-cluttergstheaders_HEADERS = $(source_h) clutter-gst.h
+cluttergstheaders_HEADERS = $(source_h) $(srcdir)/clutter-gst.h
#
# Introspection data