X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=777a8e8fa576e896ac834926522bb1f4595f1cc6;hp=ca201dcc0f6aaac893a229bb18f8f21c511bb899;hb=5dd87fd8ad3a42c71d90a8fecc893af973e552bf;hpb=9585227f1141d9da5a3186df5e10c4521e65083e diff --git a/CMakeLists.txt b/CMakeLists.txt index ca201dc..777a8e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ SET(SOURCES interface.c interface-ip.c interface-event.c iprule.c proto.c proto-static.c proto-shell.c config.c device.c bridge.c vlan.c alias.c - ubus.c) + macvlan.c ubus.c) find_library(json NAMES json-c json)