* fix for bug #31384
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@950 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
52d61845d9
commit
f4078c9183
|
@ -56,7 +56,7 @@ avrdude_CFLAGS = @ENABLE_WARNINGS@
|
|||
|
||||
libavrdude_a_CFLAGS = @ENABLE_WARNINGS@
|
||||
|
||||
avrdude_LDADD = $(top_builddir)/$(noinst_LIBRARIES) @LIBUSB@ @LIBHID@ -lm
|
||||
avrdude_LDADD = $(top_builddir)/$(noinst_LIBRARIES) @LIBUSB@ @LIBUSB_1_0@ @LIBHID@ -lm
|
||||
|
||||
bin_PROGRAMS = avrdude
|
||||
|
||||
|
|
Loading…
Reference in New Issue