X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=5e9c850996425ba3c1a91765fbac5cf1293f1808;hp=48af21d4b3d51e89928d81d78eb2a6a2edbda075;hb=4dc8cd201c667bac72bc083ef1fa1b285eb093fc;hpb=4bff54ccf455fbdfd2bdf9aa371c79f267d486d9 diff --git a/src/Makefile.am b/src/Makefile.am index 48af21d4b3..5e9c850996 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -75,7 +75,7 @@ libopenocd_la_LIBADD = \ $(top_builddir)/src/rtos/librtos.la \ $(top_builddir)/src/helper/libhelper.la \ $(LIBFTDI_LIBS) $(MINGWLDADD) \ - $(LIBUSB1_LIBS) $(LIBUSB0_LIBS) + $(HIDAPI_LIBS) $(LIBUSB1_LIBS) $(LIBUSB0_LIBS) STARTUP_TCL_SRCS = \ $(srcdir)/helper/startup.tcl \ @@ -103,7 +103,7 @@ CLEANFILES = startup.tcl startup_tcl.c # we do not want generated file in the dist dist-hook: rm -f $(distdir)/startup_tcl.c - + MAINTAINERCLEANFILES = $(srcdir)/Makefile.in # The "quick" target builds executables & reinstalls the executables