2cc636
diff -Naurp libiec61883-1.2.0.orig/examples/Makefile.am libiec61883-1.2.0/examples/Makefile.am
2cc636
--- libiec61883-1.2.0.orig/examples/Makefile.am	2006-09-24 15:34:12.000000000 -0400
2cc636
+++ libiec61883-1.2.0/examples/Makefile.am	2009-01-15 10:29:02.265594991 -0500
2cc636
@@ -1,6 +1,6 @@
2cc636
 
2cc636
-noinst_PROGRAMS = test-amdtp test-dv test-mpeg2 test-plugs
2cc636
-bin_PROGRAMS = plugreport plugctl
2cc636
+noinst_PROGRAMS =
2cc636
+bin_PROGRAMS = plugreport plugctl test-amdtp test-dv test-mpeg2 test-plugs
2cc636
 man_MANS = plugreport.1 plugctl.1
2cc636
 EXTRA_DIST = plugreport.1 plugctl.1
2cc636
 
2cc636
diff -Naurp libiec61883-1.2.0.orig/examples/Makefile.in libiec61883-1.2.0/examples/Makefile.in
2cc636
--- libiec61883-1.2.0.orig/examples/Makefile.in	2009-01-15 01:33:33.000000000 -0500
2cc636
+++ libiec61883-1.2.0/examples/Makefile.in	2009-01-15 10:28:57.088402078 -0500
2cc636
@@ -32,9 +32,10 @@ PRE_UNINSTALL = :
2cc636
 POST_UNINSTALL = :
2cc636
 build_triplet = @build@
2cc636
 host_triplet = @host@
2cc636
-noinst_PROGRAMS = test-amdtp$(EXEEXT) test-dv$(EXEEXT) \
2cc636
+noinst_PROGRAMS =
2cc636
+bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT) \
2cc636
+	test-amdtp$(EXEEXT) test-dv$(EXEEXT) \
2cc636
 	test-mpeg2$(EXEEXT) test-plugs$(EXEEXT)
2cc636
-bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT)
2cc636
 subdir = examples
2cc636
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
2cc636
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4