target: don't implicitly include "breakpoint.h"
[fw/openocd] / src / Makefile.am
index 67179107c98fcfe7d759c39f8b5ee0339fac7f18..77ae5ae2e771e0975950ddae0942bd913e94aeca 100644 (file)
@@ -12,7 +12,13 @@ endif
 openocd_SOURCES = $(MAINFILE)
 openocd_LDADD = libopenocd.la
 
-libopenocd_la_SOURCES = openocd.c
+libopenocd_la_SOURCES = \
+       hello.c \
+       openocd.c
+
+noinst_HEADERS = \
+       openocd.h
+
 
 # set the include path found by configure
 AM_CPPFLAGS = \