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.

22 lines
578 B

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