]> git.sur5r.net Git - openocd/blobdiff - src/jtag/drivers/Makefile.am
Fix compilation error with gcc 4.4.1
[openocd] / src / jtag / drivers / Makefile.am
index 0a007b4c4b449a5abe70a459e253f30a06d35322..8ee5ac592b83e27ea267bf4bb8346ffcc0188117 100644 (file)
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src/helper \
-       -I$(top_srcdir)/src/jtag
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 noinst_LTLIBRARIES = libocdjtagdrivers.la
 
@@ -65,6 +65,7 @@ endif
 noinst_HEADERS = \
        bitbang.h \
        bitq.h \
+       minidriver_imp.h \
        rlink.h \
        rlink_dtc_cmd.h \
        rlink_ep1_cmd.h \