gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4675 - gnunet-qt/src/common


From: gnunet
Subject: [GNUnet-SVN] r4675 - gnunet-qt/src/common
Date: Wed, 21 Mar 2007 13:02:00 -0600 (MDT)

Author: durner
Date: 2007-03-21 13:02:00 -0600 (Wed, 21 Mar 2007)
New Revision: 4675

Modified:
   gnunet-qt/src/common/common.pro.in
   gnunet-qt/src/common/pluginLoader.cc
Log:
link util

Modified: gnunet-qt/src/common/common.pro.in
===================================================================
--- gnunet-qt/src/common/common.pro.in  2007-03-21 18:55:32 UTC (rev 4674)
+++ gnunet-qt/src/common/common.pro.in  2007-03-21 19:02:00 UTC (rev 4675)
@@ -6,6 +6,7 @@
 QMAKE_LFLAGS += -shared
 QMAKE_CFLAGS += @QT_CFLAGS@
 QMAKE_CXXFLAGS += @QT_CFLAGS@
+LIBS = -lgnunetutil
 
 INCLUDEPATH = ../include @INCLUDEPATH@
 QMAKE_LIBDIR += @LIBPATH@

Modified: gnunet-qt/src/common/pluginLoader.cc
===================================================================
--- gnunet-qt/src/common/pluginLoader.cc        2007-03-21 18:55:32 UTC (rev 
4674)
+++ gnunet-qt/src/common/pluginLoader.cc        2007-03-21 19:02:00 UTC (rev 
4675)
@@ -25,6 +25,7 @@
  */
 
 #include "pluginLoader.h"
+#include <GNUnet/gnunet_util_error.h>
 
 GPluginLoader::~GPluginLoader()
 {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]