Skip to content

Commit

Permalink
Some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxproff authored Jun 25, 2022
1 parent f5bb404 commit 847a5df
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

#
# $Id: Makefile.am 1357 2015-10-30 23:11:22Z joerg_wunsch $
# $Id$
#

EXTRA_DIST = \
Expand Down Expand Up @@ -66,7 +66,7 @@ avrdude_CFLAGS = @ENABLE_WARNINGS@
libavrdude_a_CFLAGS = @ENABLE_WARNINGS@
libavrdude_la_CFLAGS = $(libavrdude_a_CFLAGS)

avrdude_LDADD = $(top_builddir)/$(noinst_LIBRARIES) @LIBUSB_1_0@ @LIBUSB@ @LIBFTDI1@ @LIBFTDI@ @LIBHID@ @LIBELF@ @LIBPTHREAD@ -lm
avrdude_LDADD = $(top_builddir)/$(noinst_LIBRARIES) @LIBUSB_1_0@ @LIBUSB@ @LIBFTDI1@ @LIBFTDI@ @LIBHID@ @LIBELF@ @LIBPTHREAD@ -lm -lch341dll_1_modtxt

bin_PROGRAMS = avrdude

Expand Down
Loading

0 comments on commit 847a5df

Please sign in to comment.