~xnox/ubuntu/quantal/lvm2/merge95

« back to all changes in this revision

Viewing changes to daemons/dmeventd/Makefile.in

  • Committer: Dmitrijs Ledkovs
  • Date: 2012-08-15 09:45:58 UTC
  • Revision ID: dmitrijs.ledkovs@canonical.com-20120815094558-1fugetlxzs49g6g9
quilt push

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
LIBS += -ldevmapper
60
60
LVMLIBS += -ldevmapper-event $(PTHREAD_LIBS)
 
61
CFLAGS += -DPLUGIN_PATH=\"$(libdir)/device-mapper/\"
61
62
 
62
63
dmeventd: $(LIB_SHARED) dmeventd.o
63
64
        $(CC) $(CFLAGS) $(LDFLAGS) $(ELDFLAGS) -L. -o $@ dmeventd.o \