aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-30 14:47:22 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-30 21:47:58 +0000
commitc1d2b29d01df216e7a36584692aa0c3082a3aafe (patch)
tree80ee93355c611dae93ddac1f944b0264a48a8c55 /ui/Makefile.common
parent5e283865403d02c4a1139ad70eabeb2c35d6a88d (diff)
Move filters.[ch] to libui.
Change-Id: I32f04016498dfe8f54b0480f30a84ffe5ef7868f Reviewed-on: https://code.wireshark.org/review/2727 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 f5bce78538..5022898063 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -51,6 +51,7 @@ WIRESHARK_UI_SRC = \
export_object_http.c \
export_object_smb.c \
export_object_tftp.c \
+ filters.c \
follow.c \
iface_lists.c \
io_graph_item.c \
@@ -82,6 +83,7 @@ noinst_HEADERS = \
export_object.h \
last_open_dir.h \
file_dialog.h \
+ filters.h \
follow.h \
help_url.h \
packet_list_utils.h \