Makefile.am: Only check SLIP on distcheck.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 27 Jun 2011 13:20:37 +0000 (14:20 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 14 Mar 2012 21:09:25 +0000 (21:09 +0000)
The other drivers aren't even slightly portable.

Makefile.am

index 3984556..e04377f 100644 (file)
@@ -86,7 +86,7 @@ tripe.pc: tripe.pc.in Makefile
 ### Release tweaking.
 
 ## Distcheck tweaks.
-DISTCHECK_TUNNELS       = linux bsd unet slip
+DISTCHECK_TUNNELS       = slip
 
 DISTCHECK_CONFIGURE_FLAGS = \
        --with-tunnel='$(DISTCHECK_TUNNELS)' \