public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* fence: master - avoid build failure: css.h: no such file
@ 2009-06-21 13:07 Jim Meyering
0 siblings, 0 replies; only message in thread
From: Jim Meyering @ 2009-06-21 13:07 UTC (permalink / raw)
To: cluster-cvs-relay
Gitweb: http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=b124cd70ce01d12eb0a11e89c7f8c740cf4dbf30
Commit: b124cd70ce01d12eb0a11e89c7f8c740cf4dbf30
Parent: b3cc76b55266c3ae59413930c81adc14076129d0
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate: Fri Jun 19 19:52:44 2009 +0200
Committer: Jim Meyering <meyering@redhat.com>
CommitterDate: Fri Jun 19 23:40:19 2009 +0200
avoid build failure: css.h: no such file
* fence/libfence/Makefile.am (libfence_la_CFLAGS): Fix typo:
s/css_CFLAGS/ccs_CFLAGS/
---
fence/libfence/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fence/libfence/Makefile.am b/fence/libfence/Makefile.am
index dff9098..ef99b57 100644
--- a/fence/libfence/Makefile.am
+++ b/fence/libfence/Makefile.am
@@ -12,7 +12,7 @@ lib_LTLIBRARIES = libfence.la
libfence_la_SOURCES = agent.c
-libfence_la_CFLAGS = $(css_CFLAGS)
+libfence_la_CFLAGS = $(ccs_CFLAGS)
libfence_la_LDFLAGS = $(ccs_LIBS) \
-version-info $(libversion)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-21 13:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-21 13:07 fence: master - avoid build failure: css.h: no such file Jim Meyering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).