Move developer_opts* file names from library section to main section for c/make
This commit is contained in:
parent
004b46b594
commit
f299439b97
|
@ -133,9 +133,6 @@ add_library(libavrdude
|
|||
confwin.c
|
||||
crc16.c
|
||||
crc16.h
|
||||
developer_opts.c
|
||||
developer_opts.h
|
||||
developer_opts_private.h
|
||||
dfu.c
|
||||
dfu.h
|
||||
fileio.c
|
||||
|
@ -253,6 +250,9 @@ add_executable(avrdude
|
|||
main.c
|
||||
term.c
|
||||
term.h
|
||||
developer_opts.c
|
||||
developer_opts.h
|
||||
developer_opts_private.h
|
||||
whereami.c
|
||||
whereami.h
|
||||
"${EXTRA_WINDOWS_RESOURCES}"
|
||||
|
|
|
@ -110,9 +110,6 @@ libavrdude_a_SOURCES = \
|
|||
confwin.c \
|
||||
crc16.c \
|
||||
crc16.h \
|
||||
developer_opts.c \
|
||||
developer_opts.h \
|
||||
developer_opts_private.h \
|
||||
dfu.c \
|
||||
dfu.h \
|
||||
fileio.c \
|
||||
|
@ -201,6 +198,9 @@ avrdude_SOURCES = \
|
|||
main.c \
|
||||
whereami.c \
|
||||
whereami.h \
|
||||
developer_opts.c \
|
||||
developer_opts.h \
|
||||
developer_opts_private.h \
|
||||
term.c \
|
||||
term.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue