summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-05-19 19:49:56 +0000
committerAlasdair Kergon <agk@redhat.com>2008-05-19 19:49:56 +0000
commitfc54be1062ad0146ab303d5bd5ef1664faea759c (patch)
tree8b647494730b96bab3ca681d3d2367e32a474a7d /daemons/clvmd/Makefile.in
parent3dfd8f12dc4f87bc4bcfe999f3e280bf5f5df264 (diff)
downloadlvm2-fc54be1062ad0146ab303d5bd5ef1664faea759c.tar.gz
lvm2-fc54be1062ad0146ab303d5bd5ef1664faea759c.tar.xz
lvm2-fc54be1062ad0146ab303d5bd5ef1664faea759c.zip
Refactor some vginfo manipulation code.
Diffstat (limited to 'daemons/clvmd/Makefile.in')
-rw-r--r--daemons/clvmd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/clvmd/Makefile.in b/daemons/clvmd/Makefile.in
index 01c3f4c6..e3e1fee1 100644
--- a/daemons/clvmd/Makefile.in
+++ b/daemons/clvmd/Makefile.in
@@ -83,7 +83,7 @@ INSTALL_TARGETS = \
install_clvmd
clvmd: $(OBJECTS) $(top_srcdir)/lib/liblvm.a
- $(CC) -o clvmd $(OBJECTS) $(CFLAGS) $(LDFLAGS) \
+ $(CC) -o clvmd $(OBJECTS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \
$(LVMLIBS) $(LMLIBS) $(LIBS)
.PHONY: install_clvmd