~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to .pc/install.patch/daemons/dmeventd/plugins/snapshot/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
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-2011 Red Hat, Inc. All rights reserved.
 
3
# Copyright (C) 2004-2014 Red Hat, Inc. All rights reserved.
4
4
#
5
5
# This file is part of the 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
21
21
 
22
22
SOURCES = dmeventd_snapshot.c
23
23
 
26
26
 
27
27
include $(top_builddir)/make.tmpl
28
28
 
29
 
LIBS += -ldevmapper-event-lvm2 -ldevmapper $(DAEMON_LIBS)
 
29
LIBS += -ldevmapper-event-lvm2 -ldevmapper
30
30
 
31
31
install_lvm2: install_dm_plugin
32
32