libiec61883-1.2.0-installtests.patch 1.3 KB

1234567891011121314151617181920212223242526272829
  1. diff -Naurp libiec61883-1.2.0.orig/examples/Makefile.am libiec61883-1.2.0/examples/Makefile.am
  2. --- libiec61883-1.2.0.orig/examples/Makefile.am 2006-09-24 15:34:12.000000000 -0400
  3. +++ libiec61883-1.2.0/examples/Makefile.am 2009-01-15 10:29:02.265594991 -0500
  4. @@ -1,6 +1,6 @@
  5. -noinst_PROGRAMS = test-amdtp test-dv test-mpeg2 test-plugs
  6. -bin_PROGRAMS = plugreport plugctl
  7. +noinst_PROGRAMS =
  8. +bin_PROGRAMS = plugreport plugctl test-amdtp test-dv test-mpeg2 test-plugs
  9. man_MANS = plugreport.1 plugctl.1
  10. EXTRA_DIST = plugreport.1 plugctl.1
  11. diff -Naurp libiec61883-1.2.0.orig/examples/Makefile.in libiec61883-1.2.0/examples/Makefile.in
  12. --- libiec61883-1.2.0.orig/examples/Makefile.in 2009-01-15 01:33:33.000000000 -0500
  13. +++ libiec61883-1.2.0/examples/Makefile.in 2009-01-15 10:28:57.088402078 -0500
  14. @@ -32,9 +32,10 @@ PRE_UNINSTALL = :
  15. POST_UNINSTALL = :
  16. build_triplet = @build@
  17. host_triplet = @host@
  18. -noinst_PROGRAMS = test-amdtp$(EXEEXT) test-dv$(EXEEXT) \
  19. +noinst_PROGRAMS =
  20. +bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT) \
  21. + test-amdtp$(EXEEXT) test-dv$(EXEEXT) \
  22. test-mpeg2$(EXEEXT) test-plugs$(EXEEXT)
  23. -bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT)
  24. subdir = examples
  25. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  26. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4