revert the -rpath; no doxygen during etics-build
authorJan Pospíšil <honik@ntc.zcu.cz>
Thu, 28 Feb 2008 21:51:56 +0000 (21:51 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Thu, 28 Feb 2008 21:51:56 +0000 (21:51 +0000)
org.glite.lb.client/Makefile

index 458a6bc..ee711aa 100644 (file)
@@ -110,7 +110,7 @@ endif
 COMPILE:=libtool --mode=compile ${CC} ${CFLAGS}
 CXXCOMPILE:=libtool --mode=compile ${CXX} ${CXXFLAGS}
 LINK:=libtool --mode=link ${CC} ${LDFLAGS} 
-LINKXX:=libtool --mode=link ${CXX} -rpath ${stagedir}/lib ${LDFLAGS}
+LINKXX:=libtool --mode=link ${CXX} ${LDFLAGS}
 INSTALL:=libtool --mode=install install
 
 LIBOBJS:=connection.o consumer.o notification.o prod_proto.o \
@@ -289,7 +289,9 @@ stage:  compile
        $(MAKE) install PREFIX=${stagedir}
 
 # TODO: restructuring - cleanup the documentation
-doc: generate
+doc:
+
+olddoc: generate
        cp ${top_srcdir}/doc/*.dox .
        echo "PROJECT_NUMBER = ${version}" >> C.dox
        echo "PROJECT_NUMBER = ${version}" >> CPP.dox