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