From 5f7424b7eb083a6ac5a8d5a767437198bc764b4e Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 14 2020 12:47:06 +0000 Subject: Apply patch libiec61883-1.2.0-installtests.patch patch_name: libiec61883-1.2.0-installtests.patch present_in_specfile: true --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 91c79c6..8ac4d96 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -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 --git a/examples/Makefile.in b/examples/Makefile.in index c5dff5d..99b4b4d 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -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