mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +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
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user