~ubuntu-branches/debian/stretch/lvm2/stretch

« back to all changes in this revision

Viewing changes to daemons/dmeventd/plugins/mirror/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (30.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140819153706-0p2sc6a53ef7xnvl
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
3
 
# Copyright (C) 2004-2005, 2008-2011 Red Hat, Inc. All rights reserved.
 
3
# Copyright (C) 2004-2005, 2008-2014 Red Hat, Inc. All rights reserved.
4
4
#
5
5
# This file is part of LVM2.
6
6
#
16
16
top_srcdir = @top_srcdir@
17
17
top_builddir = @top_builddir@
18
18
 
19
 
INCLUDES += -I$(top_srcdir)/tools -I$(top_srcdir)/daemons/dmeventd/plugins/lvm2
20
 
CLDFLAGS += -L$(top_builddir)/tools -L$(top_builddir)/daemons/dmeventd/plugins/lvm2
 
19
INCLUDES += -I$(top_srcdir)/daemons/dmeventd/plugins/lvm2
 
20
CLDFLAGS += -L$(top_builddir)/daemons/dmeventd/plugins/lvm2 -Wl,-rpath,'$$ORIGIN'
21
21
 
22
22
SOURCES = dmeventd_mirror.c
23
23
 
30
30
 
31
31
include $(top_builddir)/make.tmpl
32
32
 
33
 
CLDFLAGS += -Wl,-rpath,'$$ORIGIN'
34
 
LIBS += -ldevmapper-event-lvm2 -ldevmapper $(DAEMON_LIBS)
 
33
LIBS += -ldevmapper-event-lvm2 -ldevmapper
35
34
 
36
35
install_lvm2: install_dm_plugin
37
36