Fallback to 'lib' while looking for log4c library.
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 24 Mar 2010 12:09:05 +0000 (12:09 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 24 Mar 2010 12:09:05 +0000 (12:09 +0000)
org.glite.lbjp-common.jp-interface/Makefile

index b707b37..4970556 100644 (file)
@@ -74,7 +74,7 @@ ${commonlib_thr}: ${THROBJS}
        ${LINK} -o $@ ${THROBJS} ${THRLIBS}
 
 check: type_test
-       LD_LIBRARY_PATH=${log4c_prefix}/${libdir}:${LD_LIBRARY_PATH} ./type_test type_test.xml
+       LD_LIBRARY_PATH=${log4c_prefix}/${libdir}:${log4c_prefix}/lib:${LD_LIBRARY_PATH} ./type_test type_test.xml
 
 type_test: %: %.cpp compile
        ${CXX} -c ${CFLAGS} ${TEST_INC} $<