X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=e8927bd4a6d825a5d7dc451c74f60cc954b2cc51;hb=db5f0297bf4840b85d37e3460e705f5344928a98;hp=9a0b387e21085eb2227f86383aa6fa7c3f40bb8a;hpb=a86d51b4699a07d4bfb0a2f1678b1f29c59530ec;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