diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-18 11:37:56 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-16 16:40:56 +0100 | 
| commit | 5a46a3dea93fe645b4ce0f992e740081cde10dfa (patch) | |
| tree | 7f0f28082588b968a412d8d09cc13ea7491c1542 /pimd/subdir.am | |
| parent | 809c11a9d87e0d12a5c3d3ca6906bc398a58de6c (diff) | |
pim6d: drop off IGMP code
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/subdir.am')
| -rw-r--r-- | pimd/subdir.am | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 6c267f290c..de5954085b 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -23,11 +23,6 @@ pim_common = \  	pimd/pim_hello.c \  	pimd/pim_iface.c \  	pimd/pim_ifchannel.c \ -	pimd/pim_igmp.c \ -	pimd/pim_igmp_mtrace.c \ -	pimd/pim_igmp_stats.c \ -	pimd/pim_igmpv2.c \ -	pimd/pim_igmpv3.c \  	pimd/pim_instance.c \  	pimd/pim_int.c \  	pimd/pim_join.c \ @@ -66,6 +61,11 @@ pim_common = \  pimd_pimd_SOURCES = \  	$(pim_common) \ +	pimd/pim_igmp.c \ +	pimd/pim_igmp_mtrace.c \ +	pimd/pim_igmp_stats.c \ +	pimd/pim_igmpv2.c \ +	pimd/pim_igmpv3.c \  	pimd/pim_main.c \  	pimd/pim_msdp.c \  	pimd/pim_msdp_packet.c \  | 
