* 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:
parent
ad6d60a105
commit
88ba0ea077
|
@ -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>
|
2015-04-09 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
bug #44717: avrdude creates empty flash dump
|
bug #44717: avrdude creates empty flash dump
|
||||||
|
|
|
@ -110,6 +110,7 @@ libavrdude_a_SOURCES = \
|
||||||
butterfly.c \
|
butterfly.c \
|
||||||
butterfly.h \
|
butterfly.h \
|
||||||
config.c \
|
config.c \
|
||||||
|
config.h \
|
||||||
confwin.c \
|
confwin.c \
|
||||||
crc16.c \
|
crc16.c \
|
||||||
crc16.h \
|
crc16.h \
|
||||||
|
@ -141,7 +142,6 @@ libavrdude_a_SOURCES = \
|
||||||
par.c \
|
par.c \
|
||||||
par.h \
|
par.h \
|
||||||
pgm.c \
|
pgm.c \
|
||||||
pgm.h \
|
|
||||||
pgm_type.c \
|
pgm_type.c \
|
||||||
pickit2.c \
|
pickit2.c \
|
||||||
pickit2.h \
|
pickit2.h \
|
||||||
|
|
Loading…
Reference in New Issue