summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-02 10:56:19 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-02 10:56:19 +0000
commit03203aa89e00a8e327b2e3ab2afbe5267d682b56 (patch)
tree3bb80e2a1892f3e6298971d94dd5a9b3f666c4f7 /Makefile.am
parent51a7c6de637fd3b5c6e18447179c243ec0d5c5fd (diff)
fix distcheck
Original commit message from CVS: fix distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1684ae6..799d4c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ EXTRA_DIST = \
include $(top_srcdir)/common/release.mak
-pygst.py: pygst.py.in Makefile
+pygst.py: $(top_srcdir)/pygst.py.in Makefile
if test -f $@; then chmod +w $@; fi
sed -e "s|@PYGSTDIR\@|$(shell pwd)|g" \
-e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \