summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/Makefile.am b/packaging/Makefile.am
index adbc10d057..603183495c 100644
--- a/packaging/Makefile.am
+++ b/packaging/Makefile.am
@@ -7,7 +7,7 @@ MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \
- makefile.nmake \
+ Makefile.nmake \
macosx/Info.plist.in \
ws-manifest.pl \
portableapps/win32/Installer.nsi \
@@ -15,18 +15,18 @@ EXTRA_DIST = \
portableapps/win32/WiresharkPortable.nsi \
portableapps/win32/appinfo.tmpl \
portableapps/win32/installer.ini \
- portableapps/win32/makefile.nmake \
+ portableapps/win32/Makefile.nmake \
portableapps/win32/makenmake.pl \
portableapps/win32/readme.txt \
u3/win32/README.txt \
- u3/win32/makefile.nmake \
+ u3/win32/Makefile.nmake \
u3/win32/makenmake.pl \
u3/win32/manifest.tmpl \
u3/win32/u3util.c \
u3/win32/u3util.exe.manifest \
u3/win32/wireshark.bat \
u3/tools/README.txt \
- u3/tools/makefile.nmake \
+ u3/tools/Makefile.nmake \
u3/tools/sysdep.c \
u3/tools/sysdep.h \
u3/tools/utest.c \