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