aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-02 22:49:57 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-02 22:49:57 +0000
commit16b144f857e185a8f977de44b4db5f53759e17b9 (patch)
tree67e32c486f4dfc1e2784b27c71eb2aadb8a2dd09 /Makefile.common
parent385bd2e03bae9a115aefdc9a75daf82bf9d12543 (diff)
Move epan/crypt-md5.[ch] to epan/crypt. Remove
epan/crypt/airpdcap_md5.[ch]. Fix up whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20277 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 78b425907c..b043cd1b1c 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -208,7 +208,7 @@ mergecap_SOURCES = \
# editcap specifics
editcap_SOURCES = \
editcap.c \
- epan/crypt-md5.c
+ epan/crypt/crypt-md5.c
# dftest specifics
dftest_SOURCES = \