X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;h=9afbc0f0b0b06c4a18a8f391e22ba3b71138a33c;hb=refs%2Fheads%2Fdebian;hp=2ddbf475dc89ea77bab6147ee6577fb037a7165b;hpb=5851dee3cd95d7b0276caa22b9d2992c8b1147fa;p=fw%2Fstlink diff --git a/Makefile.am b/Makefile.am index 2ddbf47..9afbc0f 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,4 @@ 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 - EXTRA_DIST = autogen.sh -