aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-11-28 00:15:21 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-11-28 00:15:21 +0000
commiteda0f472c93147b6946d9175809d8b38162abb66 (patch)
treed009d8595108e8e116a8674659da793dc8a3c8ae /Makefile.common
parent46356d715c05b3bce54a8caffbec4f9469059f03 (diff)
downloadwireshark-eda0f472c93147b6946d9175809d8b38162abb66.tar.gz
wireshark-eda0f472c93147b6946d9175809d8b38162abb66.tar.bz2
wireshark-eda0f472c93147b6946d9175809d8b38162abb66.zip
Move u3 code to top-level directory since it's not GTK specific
svn path=/trunk/; revision=35046
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index e4345155b3..930c004c41 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -151,7 +151,8 @@ wireshark_SOURCES = \
merge.c \
proto_hier_stats.c \
summary.c \
- tempfile.c
+ tempfile.c \
+ u3.c
# corresponding headers
wireshark_INCLUDES = \
@@ -175,6 +176,7 @@ wireshark_INCLUDES = \
stat_menu.h \
summary.h \
sync_pipe.h \
+ u3.h \
ui_util.h
# tshark specifics