From a032e07578ecdb459470cced8e118ce57088d033 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 9 Feb 2023 22:50:59 +0100 Subject: makefiles: keep removing anchient files Commit dropping lvmetad support 117160b27e510dceb1ed6acf995115c040acd88d also removed cleaning of its generated files. However we need to keep this functionality, otherwise we can leak them during various bisect. Easier is to keep such rules forever. Also commit c1ab9fb37faee56cee278ccd94cb958d30d61b94 moved cmds.h to include, so again keep it removed so it's not left there and in any case could not misslead anyone. --- include/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/Makefile.in b/include/Makefile.in index 88a06a934..fc184ed09 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -86,6 +86,8 @@ CLEAN_TARGETS += \ lvm2app.h \ lvm2cmd.h \ lvmcache.h \ + lvmetad-client.h \ + lvmetad.h \ lvmlockd-client.h \ lvmlockd.h \ lvmnotify.h \ -- cgit v1.2.1