X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=7354f5422bc323c6c23fc74e5ad765502a35a9a3;hb=7bf39f64f64959a3fea60e74a26c9b54e4ab0f0a;hp=42cee80d3a9453f6aa418dbd6c005a2f727704d5;hpb=9544cd653df120266582f69bddc77d32541caae7;p=fw%2Fopenocd diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 42cee80d3..7354f5422 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,6 +1,6 @@ -noinst_LTLIBRARIES += %D%/libhelper.la +# SPDX-License-Identifier: GPL-2.0-or-later -%C%_libhelper_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB1_CFLAGS) +noinst_LTLIBRARIES += %D%/libhelper.la %C%_libhelper_la_SOURCES = \ %D%/binarybuffer.c \ @@ -32,12 +32,6 @@ noinst_LTLIBRARIES += %D%/libhelper.la %D%/jep106.inc \ %D%/jim-nvp.h -%C%_libhelper_la_CFLAGS = $(AM_CFLAGS) -if IS_MINGW -# FD_* macros are sloppy with their signs on MinGW32 platform -%C%_libhelper_la_CFLAGS += -Wno-sign-compare -endif - STARTUP_TCL_SRCS += %D%/startup.tcl EXTRA_DIST += \ %D%/bin2char.sh \