summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2023-02-09 22:50:59 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2023-02-10 17:50:27 +0100
commita032e07578ecdb459470cced8e118ce57088d033 (patch)
tree6a89fbbc82e9aa9ab46175454d87d478862d8179 /include
parent35e1f15e0386341617c5810c481a2c8d227026d1 (diff)
downloadlvm2-a032e07578ecdb459470cced8e118ce57088d033.tar.gz
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.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.in2
1 files changed, 2 insertions, 0 deletions
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 \