]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add missing files in Makefile.in (EXTRA_DIST)
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 20 Oct 2016 11:25:48 +0000 (13:25 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 20 Oct 2016 11:25:48 +0000 (13:25 +0200)
Makefile.in

index 72779826f1c18084e523b9eaca2ac2c725dd650b..7afd671efc0c280ac0258f3343f361511ac87e2a 100644 (file)
@@ -361,7 +361,10 @@ EXTRA_DIST = \
        vfprintf.c \
        win32/prj/GNUmakefile \
        win32/prj/WinDump.dsp \
-       win32/prj/WinDump.dsw
+       win32/prj/WinDump.dsw \
+       win32/prj/WinDump.sln \
+       win32/prj/WinDump.vcproj \
+       win32/src/ether_ntohost.c
 
 TEST_DIST= `find tests \( -name 'DIFF' -prune \) -o \( -name NEW -prune \) -o -type f \! -name '.*' \! -name '*~' -print`