build: Fix the libfolks path to libfolks-internal.la
authorTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 17 Oct 2011 23:15:49 +0000 (16:15 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 17 Oct 2011 23:16:06 +0000 (16:16 -0700)
folks/Makefile.am

index fe23abc..37e4c65 100644 (file)
@@ -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