aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-02 06:14:27 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-02 06:14:27 +0000
commit93179a6e6501e3d871477e440456412e2f1b187c (patch)
treedaaadb95083aae2bae6da437e5de1bda85acdc3b /packaging
parentdd6a037e8eb88facd41f38a011a725135ade310a (diff)
makefile.nmake => Makefile.nmake
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35752 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-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 \