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