mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 04:10:09 +00:00
Applying patch install_examples.patch patching file examples/Makefile.am Hunk #1 succeeded at 36 with fuzz 1. Signed-off-by: Armin Kuster <akuster808@gmail.com>
15 lines
389 B
Diff
Executable File
15 lines
389 B
Diff
Executable File
Index: libdc1394/examples/Makefile.am
|
|
===================================================================
|
|
--- libdc1394.orig/examples/Makefile.am
|
|
+++ libdc1394/examples/Makefile.am
|
|
@@ -36,8 +36,7 @@ if HAVE_MACOSX
|
|
AM_LDFLAGS = -framework CoreFoundation $(FRAMEWORK_IOKIT)
|
|
endif
|
|
|
|
-noinst_PROGRAMS = $(A)
|
|
-bin_PROGRAMS = $(B)
|
|
+bin_PROGRAMS = $(A) $(B)
|
|
|
|
LDADD = ../dc1394/libdc1394.la
|
|
|