]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: add lldpd.stp to CLEANFILES
authorVincent Bernat <vincent@bernat.ch>
Sun, 31 May 2020 06:19:52 +0000 (08:19 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 31 May 2020 06:19:52 +0000 (08:19 +0200)
src/daemon/Makefile.am

index 3e7644924de22c41729113bce0624906abcb49fb..42240a411dabad619327b8557903291b6ff73bf8 100644 (file)
@@ -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 $@