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
|
confwin.c
|
||||||
crc16.c
|
crc16.c
|
||||||
crc16.h
|
crc16.h
|
||||||
developer_opts.c
|
|
||||||
developer_opts.h
|
|
||||||
developer_opts_private.h
|
|
||||||
dfu.c
|
dfu.c
|
||||||
dfu.h
|
dfu.h
|
||||||
fileio.c
|
fileio.c
|
||||||
|
@ -253,6 +250,9 @@ add_executable(avrdude
|
||||||
main.c
|
main.c
|
||||||
term.c
|
term.c
|
||||||
term.h
|
term.h
|
||||||
|
developer_opts.c
|
||||||
|
developer_opts.h
|
||||||
|
developer_opts_private.h
|
||||||
whereami.c
|
whereami.c
|
||||||
whereami.h
|
whereami.h
|
||||||
"${EXTRA_WINDOWS_RESOURCES}"
|
"${EXTRA_WINDOWS_RESOURCES}"
|
||||||
|
|
|
@ -110,9 +110,6 @@ libavrdude_a_SOURCES = \
|
||||||
confwin.c \
|
confwin.c \
|
||||||
crc16.c \
|
crc16.c \
|
||||||
crc16.h \
|
crc16.h \
|
||||||
developer_opts.c \
|
|
||||||
developer_opts.h \
|
|
||||||
developer_opts_private.h \
|
|
||||||
dfu.c \
|
dfu.c \
|
||||||
dfu.h \
|
dfu.h \
|
||||||
fileio.c \
|
fileio.c \
|
||||||
|
@ -201,6 +198,9 @@ avrdude_SOURCES = \
|
||||||
main.c \
|
main.c \
|
||||||
whereami.c \
|
whereami.c \
|
||||||
whereami.h \
|
whereami.h \
|
||||||
|
developer_opts.c \
|
||||||
|
developer_opts.h \
|
||||||
|
developer_opts_private.h \
|
||||||
term.c \
|
term.c \
|
||||||
term.h
|
term.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue