aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-19 19:45:38 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-19 19:45:38 +0000
commit06098fce7bcac3e8267cba5c7d74c1ea3c7efb99 (patch)
tree660e2944ca2d12d551242dc5c60cbbb0871a1107 /ui/Makefile.common
parent935a4debb1b230eb4106e5e056390ca598f4f91b (diff)
Add routines to set the personal file directory paths (personal
configuration file directory and directory in which to save captures), have the routine to parse -P options use them, and move that routine to libui. Have that routine just return a gboolean. svn path=/trunk/; revision=53435
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 6b6567e23e..6845b5519f 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -53,6 +53,7 @@ WIRESHARK_UI_SRC = \
iface_lists.c \
help_url.c \
packet_list_utils.c \
+ persfilepath_opt.c \
preference_utils.c \
profile.c \
recent.c \
@@ -78,6 +79,7 @@ noinst_HEADERS = \
packet_list_utils.h \
iface_lists.h \
main_statusbar.h \
+ persfilepath_opt.h \
preference_utils.h \
profile.h \
progress_dlg.h \