summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTomek CEDRO <cederom@tlen.pl>2011-06-16 05:31:12 +0000
committerTomek CEDRO <cederom@tlen.pl>2011-06-16 05:31:12 +0000
commit5a0b2d476daaf1bff73eb36a7be25173fdfc6bd9 (patch)
tree79c343c6d0396b61bd4c2bf83064da593c21dd2e /configure.in
parent30b3cae0036e2667136674c8d21e600042e2194b (diff)
downloadopenocd+libswd-5a0b2d476daaf1bff73eb36a7be25173fdfc6bd9.tar.gz
openocd+libswd-5a0b2d476daaf1bff73eb36a7be25173fdfc6bd9.tar.bz2
openocd+libswd-5a0b2d476daaf1bff73eb36a7be25173fdfc6bd9.tar.xz
openocd+libswd-5a0b2d476daaf1bff73eb36a7be25173fdfc6bd9.zip
INTERFACE: Integrating generic interface from src/interface with autotools and build system. Resulting src/interface/libinterface.la is now part of libopenocd.la.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cb62c859..090d934b 100644
--- a/configure.in
+++ b/configure.in
@@ -1168,6 +1168,7 @@ AC_OUTPUT(dnl
src/jtag/Makefile dnl
src/jtag/drivers/Makefile dnl
src/transport/Makefile dnl
+ src/interface/Makefile dnl
src/xsvf/Makefile dnl
src/svf/Makefile dnl
src/target/Makefile dnl