fix xsupplicant: remove unneeded private linux header includes
[openwrt/svn-archive/archive.git] / libs / libshout / patches / 140-no_example_doc_win32.patch
1 Index: libshout-2.2.2/Makefile.in
2 ===================================================================
3 --- libshout-2.2.2.orig/Makefile.in 2008-02-12 12:30:14.000000000 +0100
4 +++ libshout-2.2.2/Makefile.in 2008-02-12 12:30:15.000000000 +0100
5 @@ -246,14 +246,14 @@
6 target_alias = @target_alias@
7 AUTOMAKE_OPTIONS = 1.6 foreign
8 ACLOCAL_AMFLAGS = -I m4
9 -SUBDIRS = include src examples debian doc win32
10 +SUBDIRS = include src debian
11 EXTRA_DIST = INSTALL m4/shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
12 m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \
13 m4/xiph_types.m4
14
15 DISTCLEANFILES = shout-config.in
16 docdir = $(datadir)/doc/$(PACKAGE)
17 -doc_DATA = COPYING NEWS README examples/example.c examples/nonblocking.c
18 +doc_DATA = COPYING NEWS README
19 m4datadir = $(datadir)/aclocal
20 m4data_DATA = m4/shout.m4
21 @HAVE_PKGCONFIG_TRUE@pkgconfigdir = $(libdir)/pkgconfig