mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
28 lines
942 B
Diff
28 lines
942 B
Diff
---
|
|
doc/reference/Makefile.am | 2 +-
|
|
examples/Makefile.am | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: git/examples/Makefile.am
|
|
===================================================================
|
|
--- git.orig/examples/Makefile.am 2009-06-15 13:32:10.000000000 +0100
|
|
+++ git/examples/Makefile.am 2009-06-15 13:33:44.000000000 +0100
|
|
@@ -1,6 +1,6 @@
|
|
NULL = #
|
|
|
|
-noinst_PROGRAMS = video-player video-sink audio
|
|
+bin_PROGRAMS = video-player video-sink audio
|
|
|
|
INCLUDES = -I$(top_srcdir) \
|
|
$(MAINTAINER_CFLAGS) \
|
|
Index: git/doc/reference/Makefile.am
|
|
===================================================================
|
|
--- git.orig/doc/reference/Makefile.am 2009-06-15 13:32:10.000000000 +0100
|
|
+++ git/doc/reference/Makefile.am 2009-06-15 13:32:12.000000000 +0100
|
|
@@ -77,4 +77,4 @@
|
|
|
|
# Other files to distribute
|
|
# e.g. EXTRA_DIST += version.xml.in
|
|
-EXTRA_DIST += version.xml.in
|
|
+EXTRA_DIST = version.xml.in
|