add src/hello.c to augment new command tutorial

The hello module provides the 'hello' command, printing a greetings
to the command console.  It can grow to serve as pedagogical example
of services that OpenOCD developers should use: a runnable style guide.
This commit is contained in:
Zachary T Welch
2009-11-11 01:20:49 -08:00
parent f973320cbb
commit 89870c86e7
3 changed files with 64 additions and 1 deletions

View File

@@ -12,7 +12,9 @@ endif
openocd_SOURCES = $(MAINFILE)
openocd_LDADD = libopenocd.la
libopenocd_la_SOURCES = openocd.c
libopenocd_la_SOURCES = \
hello.c \
openocd.c
# set the include path found by configure
AM_CPPFLAGS = \