From 6caa3038bac3039dff1d486f14f5032524f5b0e0 Mon Sep 17 00:00:00 2001 From: px4dev Date: Sat, 8 Sep 2012 21:52:29 -0700 Subject: Ok, all this hand-rolled option parsing is lame. Let's have a dose of getopt_long. --- apps/systemlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/systemlib/Makefile') diff --git a/apps/systemlib/Makefile b/apps/systemlib/Makefile index 8a14f0f6e..ec6bb3fb3 100644 --- a/apps/systemlib/Makefile +++ b/apps/systemlib/Makefile @@ -40,7 +40,8 @@ CSRCS = err.c \ perf_counter.c \ param/param.c \ bson/tinybson.c \ - conversions.c + conversions.c \ + getopt_long.c # # XXX this really should be a CONFIG_* test -- cgit v1.2.3