aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Makefile.am
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2010-02-14 02:11:04 +0000
committerDRC <dcommander@users.sourceforge.net>2010-02-14 02:11:04 +0000
commit09e2ff130e9cd027aa46f38fb110cb2f10da0d11 (patch)
treed179b7fb4d49bc5162762e1925063019b0afe9ca /common/rfb/Makefile.am
parente338bf8f35a37baf9d077734141c7729534378ea (diff)
downloadtigervnc-09e2ff130e9cd027aa46f38fb110cb2f10da0d11.tar.gz
tigervnc-09e2ff130e9cd027aa46f38fb110cb2f10da0d11.zip
Fix VPATH and out-of-tree builds
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3984 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/Makefile.am')
-rw-r--r--common/rfb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am
index eec00762..4c143662 100644
--- a/common/rfb/Makefile.am
+++ b/common/rfb/Makefile.am
@@ -46,5 +46,5 @@ librfb_la_LIBADD =
if INCLUDED_JPEG
librfb_la_CPPFLAGS += -I$(top_srcdir)/common/jpeg
-librfb_la_LIBADD += $(top_srcdir)/common/jpeg/libjpeg.la
+librfb_la_LIBADD += $(top_builddir)/common/jpeg/libjpeg.la
endif