libevent2: Don't build tests and samples
[openwrt/openwrt.git] / package / libs / libevent2 / patches / 0002-Makefile.am-omit-building-sample-and-test.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -143,8 +143,8 @@ CLEANFILES=
4 DISTCLEANFILES=
5 BUILT_SOURCES =
6 include include/include.am
7 -include sample/include.am
8 -include test/include.am
9 +#include sample/include.am
10 +#include test/include.am
11
12 if BUILD_WIN32
13