X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;h=e8927bd4a6d825a5d7dc451c74f60cc954b2cc51;hb=a6b2f93661822b33de22aa533f09319850e352fe;hp=2ddbf475dc89ea77bab6147ee6577fb037a7165b;hpb=40cf75db389ca7120f4bd34cd9c6afde2d0b40b3;p=fw%2Fstlink diff --git a/Makefile.am b/Makefile.am index 2ddbf47..e8927bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,7 @@ 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 @@ -52,6 +51,7 @@ st_term_CPPFLAGS = -std=gnu99 -Wall -Wextra -O2 -I$(top_srcdir)/src -I$(t st_info_LDADD = libstlink.a st_info_CPPFLAGS = -std=gnu99 -Wall -Wextra -O2 -I$(top_srcdir)/src -I$(top_srcdir)/mingw +st_probe_LDADD = libstlink.a +st_probe_CPPFLAGS = -std=gnu99 -Wall -Wextra -O2 -I$(top_srcdir)/src -I$(top_srcdir)/mingw EXTRA_DIST = autogen.sh -