aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/gnunet-config.c33
1 files changed, 18 insertions, 15 deletions
diff --git a/src/util/gnunet-config.c b/src/util/gnunet-config.c
index a195d6014..b81b3b6a7 100644
--- a/src/util/gnunet-config.c
+++ b/src/util/gnunet-config.c
@@ -134,21 +134,24 @@ main (int argc,
134 gettext_noop ( 134 gettext_noop (
135 "test if the current installation supports the specified BACKEND"), 135 "test if the current installation supports the specified BACKEND"),
136 &backend_check)), 136 &backend_check)),
137 GNUNET_GETOPT_option_flag ('C', 137 GNUNET_GETOPT_option_flag (
138 "cflags", 138 'C',
139 gettext_noop ( 139 "cflags",
140 "Provide an appropriate value for CFLAGS to applications building on top of GNUnet"), 140 gettext_noop (
141 &cflags), 141 "Provide an appropriate value for CFLAGS to applications building on top of GNUnet"),
142 GNUNET_GETOPT_option_flag ('j', 142 &cflags),
143 "libs", 143 GNUNET_GETOPT_option_flag (
144 gettext_noop ( 144 'j',
145 "Provide an appropriate value for LIBS to applications building on top of GNUnet"), 145 "libs",
146 &libs), 146 gettext_noop (
147 GNUNET_GETOPT_option_flag ('p', 147 "Provide an appropriate value for LIBS to applications building on top of GNUnet"),
148 "prefix", 148 &libs),
149 gettext_noop ( 149 GNUNET_GETOPT_option_flag (
150 "Provide the path under which GNUnet was installed"), 150 'p',
151 &prefix), 151 "prefix",
152 gettext_noop (
153 "Provide the path under which GNUnet was installed"),
154 &prefix),
152 GNUNET_CONFIGURATION_CONFIG_OPTIONS (&cs), 155 GNUNET_CONFIGURATION_CONFIG_OPTIONS (&cs),
153 GNUNET_GETOPT_OPTION_END 156 GNUNET_GETOPT_OPTION_END
154 }; 157 };