forked from pool/farstream
37 lines
880 B
Diff
37 lines
880 B
Diff
|
diff -Nur farstream/configure.ac patched-farstream/configure.ac
|
||
|
--- farstream/configure.ac 2022-02-11 19:56:42.021680596 +0100
|
||
|
+++ patched-farstream/configure.ac 2022-02-11 20:26:22.846155822 +0100
|
||
|
@@ -438,9 +438,6 @@
|
||
|
tests/Makefile
|
||
|
tests/check/Makefile
|
||
|
tests/rtp/Makefile
|
||
|
-examples/Makefile
|
||
|
-examples/gui/Makefile
|
||
|
-examples/commandline/Makefile
|
||
|
docs/Makefile
|
||
|
docs/libs/Makefile
|
||
|
docs/plugins/Makefile
|
||
|
diff -Nur farstream/Makefile.am patched-farstream/Makefile.am
|
||
|
--- farstream/Makefile.am 2022-02-11 19:56:42.021680596 +0100
|
||
|
+++ patched-farstream/Makefile.am 2022-02-11 20:33:20.555044431 +0100
|
||
|
@@ -9,8 +9,7 @@
|
||
|
tests \
|
||
|
docs \
|
||
|
common \
|
||
|
- common-modified \
|
||
|
- examples
|
||
|
+ common-modified
|
||
|
# pkgconfig
|
||
|
|
||
|
DIST_SUBDIRS = \
|
||
|
@@ -20,8 +19,7 @@
|
||
|
tests \
|
||
|
docs \
|
||
|
common \
|
||
|
- common-modified \
|
||
|
- examples
|
||
|
+ common-modified
|
||
|
# pkgconfig
|
||
|
|
||
|
EXTRA_DIST = \
|