On Sun, 27 Jan 2013, AL13N wrote:
hd44780_LDADD = libLCD.a @HD44780_DRIVERS@ @LIBUSB_LIBS@ @LIBFTDI_LIBS@
libbignum.a
hd44780_DEPENDENCIES = @HD44780_DRIVERS@
so, i should move it to dependencies instead of ldadd in the Makefile.am and
use autoreconf -i instead...
Try to change hd44780_DEPENDENCIES there to EXTRA_hd44780_DEPENDENCIES .
Library deps are automatic of course but defining foo_DEPENDENCIES
overrides the automatic deps generated by automake.
but... this isn't the only driver, does this mean i'll have to change
dependencies for almost all these drivers?
Christiaan