Add new header files to Makefile.am so they get included in distribution

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1357 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Kolja Waschk 16 years ago
parent f7251ebba6
commit b55c69ab76

@ -1,3 +1,8 @@
2008-09-14 Kolja Waschk <kawk>
* include/Makefile.am, src/bsdl/Makefile.am: list new header
files here so they get included in distribution
2008-09-09 Arnim Laeuger <arniml@users.sourceforge.net>
* src/cmd/detect.c: test correct return value of bus->driver->init()

@ -51,4 +51,7 @@ noinst_HEADERS = \
jim.h \
jim/some_cpu.h \
svf.h \
usbconn.h \
usbconn/libftdx.h \
usbconn/libusb.h \
xpcu.h

@ -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

Loading…
Cancel
Save