aboutsummaryrefslogtreecommitdiffstats
path: root/ui/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--ui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 9fa6bca911..7ddd0e50a2 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -32,6 +32,7 @@ set(COMMON_UI_SRC
help_url.c
packet_list_utils.c
iface_lists.c
+ persfilepath_opt.c
preference_utils.c
profile.c
recent.c