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.

26 lines
716 B

  1. diff --git a/Makefile.am b/Makefile.am
  2. index ae8b02f..2e86973 100644
  3. --- a/Makefile.am
  4. +++ b/Makefile.am
  5. @@ -20,6 +20,6 @@
  6. # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  7. # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  8. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  9. -SUBDIRS = lib tests examples doc
  10. +SUBDIRS = lib tests
  11. ACLOCAL_AMFLAGS = -I m4
  12. diff --git a/configure.ac b/configure.ac
  13. index 5e83cbf..88f4f03 100644
  14. --- a/configure.ac
  15. +++ b/configure.ac
  16. @@ -123,9 +123,6 @@ AC_CONFIG_FILES([
  17. lib/includes/Makefile
  18. lib/includes/wslay/wslayver.h
  19. tests/Makefile
  20. - examples/Makefile
  21. - doc/Makefile
  22. - doc/sphinx/conf.py
  23. ])
  24. AC_OUTPUT