From c9fe1103bd2df3ee6724d4abd5e5647b0e97cf6a Mon Sep 17 00:00:00 2001 From: texane Date: Sun, 1 May 2016 09:03:10 +0200 Subject: [PATCH] fix: remove st_probe variables from automake --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index e8927bd..9afbc0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +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 -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 -- 2.47.2