This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: master - Revert "Avoid build failure when building against"make-installed-to-prefix""


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=3fd6ff96a6564ffe03cae131d65e0761bd862d5a
Commit:        3fd6ff96a6564ffe03cae131d65e0761bd862d5a
Parent:        aa504c6bcd3835bcd67e1ce8736e21132f0c43bf
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Sun Jun 21 14:37:44 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Sun Jun 21 14:37:44 2009 +0200

Revert "Avoid build failure when building against "make-installed-to-prefix""

This reverts commit aa504c6bcd3835bcd67e1ce8736e21132f0c43bf.
---
 config/tools/ldap/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/tools/ldap/Makefile.am b/config/tools/ldap/Makefile.am
index 30a4c32..1c5c4a8 100644
--- a/config/tools/ldap/Makefile.am
+++ b/config/tools/ldap/Makefile.am
@@ -6,4 +6,4 @@ confdb2ldif_CPPFLAGS	= -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
 
 confdb2ldif_CFLAGS	= $(confdb_CFLAGS)
 
-confdb2ldif_LDFLAGS	= $(confdb_LIBS) -lcoroipcc
+confdb2ldif_LDFLAGS	= $(confdb_LIBS)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]