diff options
Diffstat (limited to 'accel-pppd/CMakeLists.txt')
-rw-r--r-- | accel-pppd/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt index 314a9f8b..ff2cfe0e 100644 --- a/accel-pppd/CMakeLists.txt +++ b/accel-pppd/CMakeLists.txt @@ -47,6 +47,8 @@ IF (SHAPER) ADD_SUBDIRECTORY(shaper) ENDIF (SHAPER) +ADD_SUBDIRECTORY(net) + INCLUDE(CheckIncludeFile) CHECK_INCLUDE_FILE("linux/netfilter/ipset/ip_set.h" HAVE_IPSET) |