[gnote] Fix implicit linking
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix implicit linking
- Date: Thu, 4 Nov 2010 13:19:32 +0000 (UTC)
commit 6ce61f90b38a91c9fe2e55e02d4946da665fb247
Author: Debarshi Ray <debarshir src gnome org>
Date: Thu Nov 4 15:17:44 2010 +0200
Fix implicit linking
Eventually, boost.m4 should be fixed.
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b744bd4..141d923 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,7 +47,7 @@ stringtest_LDADD = @PCRE_LIBS@ @LIBGLIBMM_LIBS@
filestest_SOURCES = test/filestest.cpp \
sharp/files.cpp
-filestest_LDADD = @BOOST_FILESYSTEM_LIBS@
+filestest_LDADD = @BOOST_FILESYSTEM_LIBS@ -lboost_system-mt
uritest_SOURCES = test/uritest.cpp \
sharp/string.cpp sharp/uri.cpp debug.cpp
@@ -58,7 +58,7 @@ xmlreadertest_SOURCES = test/xmlreadertest.cpp \
xmlreadertest_LDADD = @LIBXML_LIBS@
notetest_SOURCES = test/notetest.cpp
-notetest_LDADD = $(GNOTE_LIBS)
+notetest_LDADD = $(GNOTE_LIBS) -lX11
gnote_SOURCES = main.cpp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]