From c97932993f6f5a811f9516066ed6edad48fa6b00 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Mon, 18 Oct 2010 21:04:21 +0400 Subject: due to l2tp doesn't require libnl more build it by default --- accel-pptpd/ctrl/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'accel-pptpd/ctrl') diff --git a/accel-pptpd/ctrl/CMakeLists.txt b/accel-pptpd/ctrl/CMakeLists.txt index 1ba3b2a..6b37bc4 100644 --- a/accel-pptpd/ctrl/CMakeLists.txt +++ b/accel-pptpd/ctrl/CMakeLists.txt @@ -1,7 +1,3 @@ ADD_SUBDIRECTORY(pptp) ADD_SUBDIRECTORY(pppoe) - -IF (L2TP) - ADD_SUBDIRECTORY(l2tp) -ENDIF (L2TP) - +ADD_SUBDIRECTORY(l2tp) -- cgit v1.2.3