diff options
| author | Joachim Wiberg <troglobit@gmail.com> | 2023-05-04 19:39:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 19:39:55 +0200 |
| commit | 7b3a7d34bb4d2064cc36f3f35c6ce09ff16144bf (patch) | |
| tree | bbf4c9ab47c785ae0e6d529445317a8b3a97293c /sample/Makefile.am | |
| parent | e99af8b76ea3f412f7cab5803ba3f0e6f352fc64 (diff) | |
| parent | 4b3af3b99e5ccb82a66f5f961cc603ed16e7cb87 (diff) | |
| download | libnet-master.tar.gz | |
UDLD protocol support
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Diffstat (limited to 'sample/Makefile.am')
| -rw-r--r-- | sample/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sample/Makefile.am b/sample/Makefile.am index fea1a19..9722c2f 100644 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -53,7 +53,8 @@ samples = arp \ test_ipv4_options \ tring_tcp1 \ tring_tcp2 \ - lldp + lldp \ + udld noinst_PROGRAMS = $(samples) @@ -106,6 +107,7 @@ tring_tcp2_SOURCES = tring_tcp2.c udp1_SOURCES = udp1.c udp2_SOURCES = udp2.c lldp_SOURCES = lldp.c +udld_SOURCES = udld.c LDADD = $(top_builddir)/src/libnet.la |
