Commit 3ff66af4 authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Add TCP as method.

parent f6420c8a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -6,10 +6,16 @@ endif()

option(XLAP "Run XLAP to trace packets." OFF)

if (XLAP)
if (XLAVP)
    add_definitions(-DXLAP)
endif()

option (TCP "Set time protocol to TCP.")

if (TCP)
    add_definitions(-DTCP)
endif()


add_subdirectory(proto)
add_subdirectory(util)