aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-23 18:42:48 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-23 18:42:48 +0000
commit5adc43f5977a16a9c9bfa81b37b69091ce234e9a (patch)
treeceb6f4c63d6cea857d0469d7217723439b2cf37e /ui/Makefile.common
parent6b26e33c607410212efce9b0abfd7248d9f1a95e (diff)
Move the pipe input routines to the common UI directory.
svn path=/trunk/; revision=44644
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index adde03f0ef..0831744c67 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -43,6 +43,7 @@ GENERATOR_FILES =
WIRESHARK_UI_SRC = \
alert_box.c \
iface_lists.c \
+ pipe_input.c \
util.c
noinst_HEADERS = \
@@ -51,6 +52,7 @@ noinst_HEADERS = \
last_open_dir.h \
iface_lists.h \
main_statusbar.h \
+ pipe_input.h \
progress_dlg.h \
recent.h \
recent_utils.h \