aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-24 15:25:42 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-24 15:25:42 +0000
commit5f2783de056b0e9f5c219cba3317eb69734f6b3b (patch)
treec46b3457c5ac237b871c02b0a2f19b2be406e6b5 /ui/Makefile.common
parent64d81e7477ec32dec9fa48facb5a4024e7bc5ab2 (diff)
downloadwireshark-5f2783de056b0e9f5c219cba3317eb69734f6b3b.tar.gz
wireshark-5f2783de056b0e9f5c219cba3317eb69734f6b3b.tar.bz2
wireshark-5f2783de056b0e9f5c219cba3317eb69734f6b3b.zip
Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all depend
on the GLib main loop which isn't portable (unless you want to want to manage the main loop yourself). svn path=/trunk/; revision=44655
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 0831744c67..adde03f0ef 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -43,7 +43,6 @@ GENERATOR_FILES =
WIRESHARK_UI_SRC = \
alert_box.c \
iface_lists.c \
- pipe_input.c \
util.c
noinst_HEADERS = \
@@ -52,7 +51,6 @@ noinst_HEADERS = \
last_open_dir.h \
iface_lists.h \
main_statusbar.h \
- pipe_input.h \
progress_dlg.h \
recent.h \
recent_utils.h \