mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 17:58:05 +00:00
Move developer_opts* file names from library section to main section for c/make
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user