[tracker] docs/tools: Fixed linking error for tracker_locale_*(), missing libtracker-common



commit a4cabc2567e350651f91ba22ae38fc3de5857957
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Dec 1 10:36:01 2010 +0000

    docs/tools: Fixed linking error for tracker_locale_*(), missing libtracker-common

 docs/tools/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am
index 48737ed..18b7796 100644
--- a/docs/tools/Makefile.am
+++ b/docs/tools/Makefile.am
@@ -10,6 +10,7 @@ AM_CPPFLAGS =                                          \
 	$(LIBTRACKER_DATA_CFLAGS)
 
 LDADD =                                                \
+	$(top_builddir)/src/libtracker-common/libtracker-common.la \
 	$(top_builddir)/src/libtracker-data/libtracker-data.la \
 	$(LIBTRACKER_DATA_LIBS)
 



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