This is an automated email from Gerrit.

Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/332

-- gerrit

commit 4d6f4ac8facaddd9e8e382334f404512bf26ec31
Author: Spencer Oliver <[email protected]>
Date:   Tue Jan 3 22:53:47 2012 +0000

    build: fix make dist
    
    add missing files to distribution after previous commit.
    
    Change-Id: I0e4b278c090c71d15dd059b6755c9821427cc8ab
    Signed-off-by: Spencer Oliver <[email protected]>

diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am
index b6692ee..3d75c31 100644
--- a/src/jtag/Makefile.am
+++ b/src/jtag/Makefile.am
@@ -73,7 +73,8 @@ noinst_HEADERS = \
        jtag.h \
        minidriver/minidriver_imp.h \
        minidummy/jtag_minidriver.h \
-       swd.h
+       swd.h \
+       tcl.h
 
 EXTRA_DIST = startup.tcl
 
diff --git a/src/jtag/stlink/Makefile.am b/src/jtag/stlink/Makefile.am
index ac5b3af..09e47fd 100644
--- a/src/jtag/stlink/Makefile.am
+++ b/src/jtag/stlink/Makefile.am
@@ -17,6 +17,9 @@ STLINKFILES += stlink_layout.c
 endif
 
 noinst_HEADERS = \
-       stlink_tcl.h
+       stlink_interface.h \
+       stlink_layout.h \
+       stlink_tcl.h \
+       stlink_transport.h
 
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

-- 

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to