]> git.gag.com Git - fw/openocd/blobdiff - src/Makefile.am
add src/hello.c to augment new command tutorial
[fw/openocd] / src / Makefile.am
index 67179107c98fcfe7d759c39f8b5ee0339fac7f18..7721f34010ffe200ae382053382b0fac3c50eb80 100644 (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 = \