mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-21 08:36:29 +03:00
Move whereami.c library into libavrdude
This commit is contained in:
@@ -308,6 +308,8 @@ set(SOURCES
|
||||
usbtiny.h
|
||||
usbtiny.c
|
||||
update.c
|
||||
whereami.c
|
||||
whereami.h
|
||||
wiring.h
|
||||
wiring.c
|
||||
xbee.h
|
||||
@@ -359,8 +361,6 @@ add_executable(avrdude
|
||||
developer_opts.c
|
||||
developer_opts.h
|
||||
developer_opts_private.h
|
||||
whereami.c
|
||||
whereami.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/ac_cfg.h
|
||||
${EXTRA_WINDOWS_RESOURCES}
|
||||
)
|
||||
|
||||
@@ -229,6 +229,8 @@ libavrdude_la_SOURCES = \
|
||||
usbtiny.h \
|
||||
usbtiny.c \
|
||||
update.c \
|
||||
whereami.c \
|
||||
whereami.h \
|
||||
wiring.h \
|
||||
wiring.c \
|
||||
xbee.h \
|
||||
@@ -240,8 +242,6 @@ include_HEADERS += libavrdude-avrintel.h
|
||||
|
||||
avrdude_SOURCES = \
|
||||
main.c \
|
||||
whereami.c \
|
||||
whereami.h \
|
||||
developer_opts.c \
|
||||
developer_opts.h \
|
||||
developer_opts_private.h
|
||||
|
||||
Reference in New Issue
Block a user