pleasing automake more
authorBenjamin Otte <otte@gnome.org>
Thu, 25 Mar 2004 01:55:31 +0000 (01:55 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 25 Mar 2004 01:55:31 +0000 (01:55 +0000)
Original commit message from CVS:
pleasing automake more

tests/old/testsuite/elements/Makefile.am
testsuite/elements/Makefile.am

index 0378e09..b8b2bd1 100644 (file)
@@ -6,10 +6,10 @@ tests_fail =
 noinst_HEADERS = property.h
 
 
-gst-inspect-check: $(srcdir)/gst-inspect-check.in
+gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
        sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
-               $(srcdir)/gst-inspect-check.in >gst-inspect-check
-       chmod +x gst-inspect-check
+               $(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
+       chmod +x gst-inspect-check$(EXEEXT)
 
 gst-compprep-check$(EXEEXT):
        true    
index 0378e09..b8b2bd1 100644 (file)
@@ -6,10 +6,10 @@ tests_fail =
 noinst_HEADERS = property.h
 
 
-gst-inspect-check: $(srcdir)/gst-inspect-check.in
+gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
        sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
-               $(srcdir)/gst-inspect-check.in >gst-inspect-check
-       chmod +x gst-inspect-check
+               $(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
+       chmod +x gst-inspect-check$(EXEEXT)
 
 gst-compprep-check$(EXEEXT):
        true