From 774319311aa3a30927008246ed293abd73b6f924 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Mon, 17 Oct 2011 16:15:49 -0700 Subject: [PATCH] build: Fix the libfolks path to libfolks-internal.la --- folks/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folks/Makefile.am b/folks/Makefile.am index fe23abc..37e4c65 100644 --- a/folks/Makefile.am +++ b/folks/Makefile.am @@ -113,7 +113,7 @@ libfolks_la_LIBADD = \ $(GMODULE_LIBS) \ $(GEE_LIBS) \ $(GCONF2_LIBS) \ - $(top_builddir)/folks/libfolks-internal.la \ + libfolks-internal.la \ $(NULL) # The quoting here is unnecessary but harmless, and has the useful side-effect -- 2.7.4