summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-29 04:05:27 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-29 04:05:27 +0000
commitba49d9bcf01a597ebec66c3d65c4813ebf174806 (patch)
tree24a8dc06b7825a9b8d252a148eeb0809d75201e6 /wsutil/Makefile.common
parent58d01512b16728b357b2f6481c592a71c7ab8435 (diff)
downloadwireshark-ba49d9bcf01a597ebec66c3d65c4813ebf174806.tar.gz
Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,
the PortableApps version relies on U3_-prefixed environment variables. svn path=/trunk/; revision=52941
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 0eb65f3ca7..7332d97d8e 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -56,7 +56,8 @@ LIBWSUTIL_SRC = \
rc4.c \
report_err.c \
tempfile.c \
- type_util.c
+ type_util.c \
+ u3.c
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
@@ -87,4 +88,5 @@ LIBWSUTIL_INCLUDES = \
report_err.h \
swar.h \
tempfile.h \
- type_util.h
+ type_util.h \
+ u3.h