Skip to content

Commit

Permalink
Use mce-command-line for parsing mcetool command line options
Browse files Browse the repository at this point in the history
No functional changes.

Minor tweaks to --help output and reporting bugs email address updated.

[mce] Use mce-command-line for parsing mcetool command line options. Fixes JB#18916
  • Loading branch information
spiiroin committed May 12, 2014
1 parent 4819348 commit ffb6f64
Show file tree
Hide file tree
Showing 3 changed files with 772 additions and 573 deletions.
2 changes: 2 additions & 0 deletions .depend
Expand Up @@ -993,6 +993,7 @@ tools/evdev_trace.pic.o:\
tools/mcetool.o:\
tools/mcetool.c\
event-input.h\
mce-command-line.h\
modules/display.h\
modules/doubletap.h\
modules/filter-brightness-als.h\
Expand All @@ -1006,6 +1007,7 @@ tools/mcetool.o:\
tools/mcetool.pic.o:\
tools/mcetool.c\
event-input.h\
mce-command-line.h\
modules/display.h\
modules/doubletap.h\
modules/filter-brightness-als.h\
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -415,7 +415,7 @@ endif

$(TOOLDIR)/mcetool : CFLAGS += $(TOOLS_CFLAGS)
$(TOOLDIR)/mcetool : LDLIBS += $(TOOLS_LDLIBS)
$(TOOLDIR)/mcetool : $(TOOLDIR)/mcetool.o
$(TOOLDIR)/mcetool : $(TOOLDIR)/mcetool.o mce-command-line.o

$(TOOLDIR)/evdev_trace : CFLAGS += $(TOOLS_CFLAGS)
$(TOOLDIR)/evdev_trace : LDLIBS += $(TOOLS_LDLIBS)
Expand Down

0 comments on commit ffb6f64

Please sign in to comment.