You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
531 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -3,14 +3,14 @@
  4. AUTOMAKE_OPTIONS = 1.6 foreign
  5. ACLOCAL_AMFLAGS = -I m4
  6. -SUBDIRS = include src examples doc win32
  7. +SUBDIRS = include src
  8. EXTRA_DIST = INSTALL m4/shout.m4 m4/acx_pthread.m4 \
  9. m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \
  10. m4/xiph_types.m4 libshout.ckport
  11. docdir = $(datadir)/doc/$(PACKAGE)
  12. -doc_DATA = COPYING NEWS README examples/example.c examples/nonblocking.c
  13. +doc_DATA = COPYING README
  14. m4datadir = $(datadir)/aclocal
  15. m4data_DATA = m4/shout.m4