X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=e8927bd4a6d825a5d7dc451c74f60cc954b2cc51;hb=6fe3a02c18ccfc8d5d9b15b6de1ac01f40fdaf33;hp=9a0b387e21085eb2227f86383aa6fa7c3f40bb8a;hpb=17e3571a93284410ae96e8e4b227ca93bd87e065;p=fw%2Fstlink diff --git a/Makefile.am b/Makefile.am index 9a0b387..e8927bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,9 +5,9 @@ SUBDIRS = . $(MAYBE_GUI) AUTOMAKE_OPTIONS = subdir-objects if MINGW -bin_PROGRAMS = st-flash st-util st-info st-probe +bin_PROGRAMS = st-flash st-util st-info else -bin_PROGRAMS = st-flash st-util st-term st-info st-probe +bin_PROGRAMS = st-flash st-util st-term st-info endif noinst_LIBRARIES = libstlink.a @@ -15,15 +15,13 @@ noinst_LIBRARIES = libstlink.a st_flash_SOURCES = flash/main.c st_term_SOURCES = src/st-term.c st_info_SOURCES = src/st-info.c -st_probe_SOURCES = src/st-probe.c st_util_SOURCES = gdbserver/gdb-remote.c gdbserver/gdb-remote.h gdbserver/gdb-server.c mingw/mingw.c mingw/mingw.h CFILES = \ src/stlink-common.c \ src/stlink-usb.c \ src/stlink-sg.c \ - src/uglylogging.c \ - src/st-info.c + src/uglylogging.c if !MINGW CFILES += src/st-term.c