Skip to content

Commit

Permalink
Use mce-command-line for parsing mce 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.
  • Loading branch information
spiiroin committed May 12, 2014
1 parent 4ca9e1c commit 4819348
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 143 deletions.
2 changes: 2 additions & 0 deletions .depend
Expand Up @@ -274,6 +274,7 @@ mce.o:\
event-input.h\
event-switches.h\
libwakelock.h\
mce-command-line.h\
mce-conf.h\
mce-dbus.h\
mce-dsme.h\
Expand All @@ -292,6 +293,7 @@ mce.pic.o:\
event-input.h\
event-switches.h\
libwakelock.h\
mce-command-line.h\
mce-conf.h\
mce-dbus.h\
mce-dsme.h\
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -328,6 +328,7 @@ MCE_CORE += event-input.c
MCE_CORE += event-switches.c
MCE_CORE += mce-hal.c
MCE_CORE += mce-log.c
MCE_CORE += mce-command-line.c
MCE_CORE += mce-conf.c
MCE_CORE += datapipe.c
MCE_CORE += mce-modules.c
Expand Down

0 comments on commit 4819348

Please sign in to comment.