Skip to content

Commit 7e54da3

Browse files
authored
Merge pull request #59 from kristrev/ft-address-family
Ft address family
2 parents 39d7a5e + 96746b7 commit 7e54da3

14 files changed

+35
-1218
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ set(CMAKE_C_FLAGS "-O1 -Wall -std=gnu99 -g")
77
set(LIBS pthread mnl)
88
set(SOURCE
99
metadata_exporter.c
10-
netlink_helpers.c
1110
backend_event_loop.c
1211
metadata_utils.c
1312
system_helpers.c
14-
metadata_input_netlink.c
1513
metadata_input_nl_zmq_common.c
1614
lib/minmea.c)
1715

0 commit comments

Comments
 (0)