diff --git a/jtag/ChangeLog b/jtag/ChangeLog index f19bb62d..d983af4a 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,8 @@ +2008-09-14 Kolja Waschk + + * include/Makefile.am, src/bsdl/Makefile.am: list new header + files here so they get included in distribution + 2008-09-09 Arnim Laeuger * src/cmd/detect.c: test correct return value of bus->driver->init() diff --git a/jtag/include/Makefile.am b/jtag/include/Makefile.am index f98fa253..1e111b09 100644 --- a/jtag/include/Makefile.am +++ b/jtag/include/Makefile.am @@ -51,4 +51,7 @@ noinst_HEADERS = \ jim.h \ jim/some_cpu.h \ svf.h \ + usbconn.h \ + usbconn/libftdx.h \ + usbconn/libusb.h \ xpcu.h diff --git a/jtag/src/bsdl/Makefile.am b/jtag/src/bsdl/Makefile.am index 24612b09..53de5c96 100644 --- a/jtag/src/bsdl/Makefile.am +++ b/jtag/src/bsdl/Makefile.am @@ -31,6 +31,16 @@ libbsdl_a_SOURCES = \ bsdl.c \ bsdl_sem.c +noinst_HEADERS = \ + bsdl_bison.h \ + bsdl_config.h \ + bsdl_msg.h \ + bsdl_parser.h \ + bsdl_sysdep.h \ + bsdl_types.h \ + vhdl_bison.h \ + vhdl_parser.h + # additional dependencies # - all files depend on bsdl_config.h which dynamically generated # - *_flex files must be processed after their *_bison counterparts