Move whereami.c library into libavrdude

This commit is contained in:
stefanrueger
2026-08-01 21:02:13 +02:00
parent 886f65e7d1
commit 72e7c15d68
2 changed files with 4 additions and 4 deletions

View File

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

View File

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