X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=e383e1f48eea7ed9e5ac3e8149e37398d046a206;hp=255ce3407f154f38e9021c0e4e6f4e63e3152081;hb=86c2990327fdf7ec1197aa73cb2b9a926a734db4;hpb=d7bf63c63ab397cf3e5ca4a065922364925788e7 diff --git a/src/Makefile.am b/src/Makefile.am index 255ce340..e383e1f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ tincd_SOURCES = \ buffer.c conf.c connection.c control.c edge.c graph.c logger.c meta.c net.c net_packet.c net_setup.c \ net_socket.c netutl.c node.c process.c protocol.c protocol_auth.c protocol_edge.c protocol_misc.c \ protocol_key.c protocol_subnet.c route.c sptps.c subnet.c tincd.c \ - dummy_device.c raw_socket_device.c + dummy_device.c raw_socket_device.c multicast_device.c if UML tincd_SOURCES += uml_device.c