Author: durner Date: 2006-07-23 04:05:17 -0700 (Sun, 23 Jul 2006) New Revision: 3126
Modified: gnunet-qt/configure.ac gnunet-qt/src/common/common.pro.in gnunet-qt/src/core/core.pro.in Log: add library path Modified: gnunet-qt/configure.ac =================================================================== --- gnunet-qt/configure.ac 2006-07-23 10:36:41 UTC (rev 3125) +++ gnunet-qt/configure.ac 2006-07-23 11:05:17 UTC (rev 3126) @@ -57,6 +57,7 @@ ;; *) LDFLAGS="-L$with_gnunet/lib $LDFLAGS" + LIBPATH="$with_gnunet/lib $LIBPATH" CPPFLAGS="-I$with_gnunet/include $CPPFLAGS" INCLUDEPATH="$with_gnunet/include $INCLUDEPATH" AC_CHECK_HEADERS(GNUnet/gnunet_util.h, @@ -104,6 +105,8 @@ AC_CHECK_HEADERS(extractor.h,extractor=1) ;; *) + LDFLAGS="-L$with_extractor/lib $LDFLAGS" + LIBPATH="$with_extractor/lib $LIBPATH" CPPFLAGS="-I$with_extractor/include $CPPFLAGS" INCLUDEPATH="$with_extractor/include $INCLUDEPATH" AC_CHECK_HEADERS(extractor.h,extractor=1) Modified: gnunet-qt/src/common/common.pro.in =================================================================== --- gnunet-qt/src/common/common.pro.in 2006-07-23 10:36:41 UTC (rev 3125) +++ gnunet-qt/src/common/common.pro.in 2006-07-23 11:05:17 UTC (rev 3126) @@ -6,6 +6,7 @@ QMAKE_LFLAGS += -shared INCLUDEPATH = ../include @INCLUDEPATH@ +QMAKE_LIBDIR += @LIBPATH@ target.path = @prefix@/bin INSTALLS += target Modified: gnunet-qt/src/core/core.pro.in =================================================================== --- gnunet-qt/src/core/core.pro.in 2006-07-23 10:36:41 UTC (rev 3125) +++ gnunet-qt/src/core/core.pro.in 2006-07-23 11:05:17 UTC (rev 3126) @@ -4,6 +4,7 @@ DESTDIR = . DEPENDPATH += . INCLUDEPATH += ../include @top_builddir@ @INCLUDEPATH@ . +QMAKE_LIBDIR += @LIBPATH@ LIBS += -L../common/ -lgnunetqt_common -lgnunetutil target.path = @prefix@/bin _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn