[gir-repository] Fix srcdir for Gst-custom.c



commit 8fb0fc97ece542526f5010fea445af7e108f3117
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sat Aug 15 09:16:20 2009 -0400

    Fix srcdir for Gst-custom.c
    
    Look for Gst-custom.c in $(srcdir) - this fixes 'make distcheck'
    and other srcdir != builddir builds.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=591898

 gir/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index d836ca5..cc60a97 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -589,7 +589,7 @@ Gst-0.10.gir: $(INTROSPECTION_SCANNER) Gst-custom.c
              --pkg gstreamer-0.10 \
              --pkg gstreamer-base-0.10 \
              --output $@ \
-	     Gst-custom.c \
+	     $(srcdir)/Gst-custom.c \
 	     $(GST_HEADER_FILES)
 BUILT_GIRSOURCES += Gst-0.10.gir
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]