* Makefile.am (libavrdude_a_SOURCES): reflect recent changes

(pgm.h is gone, config.h is new).




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1357 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2015-10-30 23:11:22 +00:00
parent 665d851523
commit 4c36ad97c2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-10-31 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* Makefile.am (libavrdude_a_SOURCES): reflect recent changes
(pgm.h is gone, config.h is new).
2015-04-09 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
bug #44717: avrdude creates empty flash dump

View File

@ -110,6 +110,7 @@ libavrdude_a_SOURCES = \
butterfly.c \
butterfly.h \
config.c \
config.h \
confwin.c \
crc16.c \
crc16.h \
@ -141,7 +142,6 @@ libavrdude_a_SOURCES = \
par.c \
par.h \
pgm.c \
pgm.h \
pgm_type.c \
pickit2.c \
pickit2.h \