mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 03:35:28 +00:00
Move term.[ch] from the library into the CLI application section, as
it is not useful for anything else but the CLI frontend. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@806 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -133,8 +133,6 @@ libavrdude_a_SOURCES = \
|
||||
stk500v2_private.h \
|
||||
stk500generic.c \
|
||||
stk500generic.h \
|
||||
term.c \
|
||||
term.h \
|
||||
usbasp.c \
|
||||
usbasp.h \
|
||||
usbdevs.h \
|
||||
@@ -145,7 +143,9 @@ libavrdude_a_SOURCES = \
|
||||
update.c
|
||||
|
||||
avrdude_SOURCES = \
|
||||
main.c
|
||||
main.c \
|
||||
term.c \
|
||||
term.h
|
||||
|
||||
man_MANS = avrdude.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user