From a7f750a3e0347b3783ae51cd0b63b7422f26acdd Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Sun, 6 May 2012 13:54:44 +0200 Subject: [PATCH] Added forgotten header file to src/Makefile.am --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index e1c8204..cb7d8e1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,7 @@ wrapsix_dnsproxy_SOURCES = dnsproxy.c wrapsix_wrapper_SOURCES = \ arp.c arp.h \ checksum.c checksum.h \ + ethernet.h \ icmp.c icmp.h \ ipv4.c ipv4.h \ ipv6.c ipv6.h \