aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-06 00:07:13 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-06 00:07:13 +0000
commit91e56221f58776d634d7088b0bc6070e26c9657e (patch)
tree18566adb70c9255a53d2418117833708cfa9a640 /Makefile.am
parentd0d2c4a3c839741c4ec2c7b3273e6716d46aa724 (diff)
rename pcap-....c/.h files to capture-pcap-....c/.h
this way, the capture prefix will "logically" group the files together and file browsers will also group them we may want to move the files into a subdir capture later git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16691 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 13013ba281..d92a62215d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -171,7 +171,7 @@ radius_DATA = \
radius/dictionary.wispr \
radius/dictionary.xedia
-PLATFORM_SRC = pcap-util-unix.c
+PLATFORM_SRC = capture-pcap-util-unix.c
include Makefile.common