diff options
Diffstat (limited to 'daemons/dmeventd/plugins/lvm2/Makefile.in')
-rw-r--r-- | daemons/dmeventd/plugins/lvm2/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/daemons/dmeventd/plugins/lvm2/Makefile.in b/daemons/dmeventd/plugins/lvm2/Makefile.in index 46247aa..fcb2a0a 100644 --- a/daemons/dmeventd/plugins/lvm2/Makefile.in +++ b/daemons/dmeventd/plugins/lvm2/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 Red Hat, Inc. All rights reserved. +# Copyright (C) 2010-2011 Red Hat, Inc. All rights reserved. # # This file is part of LVM2. # @@ -24,10 +24,8 @@ LIB_VERSION = $(LIB_VERSION_LVM) include $(top_builddir)/make.tmpl -LIBS += @LVM2CMD_LIB@ -ldevmapper $(PTHREAD_LIBS) +LIBS += @LVM2CMD_LIB@ -ldevmapper $(PTHREAD_LIBS) $(DAEMON_LIBS) install_lvm2: install_lib_shared install: install_lvm2 - -DISTCLEAN_TARGETS += .exported_symbols_generated |