From: Zdenek Kabelac Date: Thu, 30 Sep 2010 10:08:58 +0000 (+0000) Subject: Add missing cleanup rule for generated .exported_symbols_generated X-Git-Tag: old-v2_02_75~107 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d61ed147ac3da5b8125dc05edb7b032d409235b9;p=lvm2.git Add missing cleanup rule for generated .exported_symbols_generated --- diff --git a/daemons/dmeventd/plugins/lvm2/Makefile.in b/daemons/dmeventd/plugins/lvm2/Makefile.in index 753586855..46247aabc 100644 --- a/daemons/dmeventd/plugins/lvm2/Makefile.in +++ b/daemons/dmeventd/plugins/lvm2/Makefile.in @@ -29,3 +29,5 @@ LIBS += @LVM2CMD_LIB@ -ldevmapper $(PTHREAD_LIBS) install_lvm2: install_lib_shared install: install_lvm2 + +DISTCLEAN_TARGETS += .exported_symbols_generated diff --git a/daemons/dmeventd/plugins/mirror/Makefile.in b/daemons/dmeventd/plugins/mirror/Makefile.in index 3c3d468f5..7f80629d3 100644 --- a/daemons/dmeventd/plugins/mirror/Makefile.in +++ b/daemons/dmeventd/plugins/mirror/Makefile.in @@ -35,3 +35,5 @@ LIBS += -ldevmapper-event-lvm2 -ldevmapper install_lvm2: install_dm_plugin install: install_lvm2 + +DISTCLEAN_TARGETS += .exported_symbols_generated diff --git a/daemons/dmeventd/plugins/snapshot/Makefile.in b/daemons/dmeventd/plugins/snapshot/Makefile.in index 87a55e747..b8414b225 100644 --- a/daemons/dmeventd/plugins/snapshot/Makefile.in +++ b/daemons/dmeventd/plugins/snapshot/Makefile.in @@ -31,3 +31,5 @@ LIBS += -ldevmapper-event-lvm2 -ldevmapper install_lvm2: install_dm_plugin install: install_lvm2 + +DISTCLEAN_TARGETS += .exported_symbols_generated