From d21599d2e6fa08dcf4a0b49e0b9bc35c52311286 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 31 May 2020 08:19:52 +0200 Subject: [PATCH] build: add lldpd.stp to CLEANFILES --- src/daemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 3e764492..42240a41 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -133,7 +133,7 @@ endif EXTRA_DIST = dtrace2systemtap.awk if ENABLE_SYSTEMTAP BUILT_SOURCES += probes.h -CLEANFILES += probes.h +CLEANFILES += probes.h lldpd.stp probes.h: probes.d $(AM_V_GEN) $(AM_V_at)$(DTRACE) -C -h -s $< -o $@ -- 2.39.5