diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 67ee3281..f32a11d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,6 +85,8 @@ LIBNETDISSECT_SRC=\ ipproto.c \ l2vpn.c \ machdep.c \ + netdissect.c \ + netdissect-alloc.c \ nlpid.c \ oui.c \ parsenfsfh.c \ @@ -232,7 +234,6 @@ LIBNETDISSECT_SRC=\ print-wb.c \ print-zephyr.c \ print-zeromq.c \ - netdissect.c \ signature.c \ strtoaddr.c \ util-print.c @@ -278,6 +279,7 @@ HDR = \ mpls.h \ nameser.h \ netdissect.h \ + netdissect-alloc.h \ netdissect-stdinc.h \ nfs.h \ nfsfh.h \ |