[Pvfs2-cvs] commit by nlmills in pvfs2: Makefile.in

CVS commit program cvs at parl.clemson.edu
Sat May 29 23:44:24 EDT 2010


Update of /projects/cvsroot/pvfs2
In directory parlweb1:/tmp/cvs-serv15853

Modified Files:
      Tag: cu-security-branch
	Makefile.in 
Log Message:
fixed credential generation bugs. changed default credential key path.


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -p -u -r1.263.2.6 -r1.263.2.7
--- Makefile.in	27 May 2010 04:38:02 -0000	1.263.2.6
+++ Makefile.in	30 May 2010 03:44:24 -0000	1.263.2.7
@@ -62,6 +62,7 @@ mandir = $(DESTDIR)@mandir@
 sbindir = $(DESTDIR)@sbindir@
 bindir = $(DESTDIR)@bindir@
 libdir = $(DESTDIR)@libdir@
+sysconfdir = $(DESTDIR)@sysconfdir@
 
 VPATH = $(srcdir)
 SHELL = @SHELL@
@@ -220,8 +221,8 @@ CFLAGS += $(patsubst %,-I$(builddir)/%,$
   # add package version information
 CFLAGS += -DPVFS2_VERSION="\"@PVFS2_VERSION@\""
 
-  # make bindir available to source files
-CFLAGS += -DBINDIR='"$(bindir)"'
+  # make bindir and sysconfdir available to source files
+CFLAGS += -DBINDIR='"$(bindir)"' -DSYSCONFDIR='"$(sysconfdir)"'
 
 # always want these gcc flags
 GCC_CFLAGS := -pipe -Wall -Wstrict-prototypes



More information about the Pvfs2-cvs mailing list