Move developer_opts* file names from library section to main section for c/make

This commit is contained in:
Stefan Rueger 2022-07-27 00:18:06 +01:00
parent 004b46b594
commit f299439b97
2 changed files with 6 additions and 6 deletions

View File

@ -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}"

View File

@ -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