From 58f5dcc030c95c64347264e6cef06027c214b214 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Fri, 13 Jul 2012 16:18:02 -0700 Subject: autotools: change top_srcdir to top_builddir for LIBADD --- vnc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnc/Makefile.am') diff --git a/vnc/Makefile.am b/vnc/Makefile.am index 81f44c38..24835011 100644 --- a/vnc/Makefile.am +++ b/vnc/Makefile.am @@ -15,4 +15,4 @@ lib_LTLIBRARIES = \ libvnc_la_SOURCES = vnc.c libvnc_la_LIBADD = \ - $(top_srcdir)/common/libcommon.la + $(top_builddir)/common/libcommon.la -- cgit v1.2.1