summaryrefslogtreecommitdiffstats
path: root/common/rfb/Makefile.am
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2010-04-11 21:57:52 +0000
committerDRC <dcommander@users.sourceforge.net>2010-04-11 21:57:52 +0000
commit752acc7eefeeb0686821d770c023000f91d195e3 (patch)
tree1c789608c89683d494b595f4b5b6e0c898de41b0 /common/rfb/Makefile.am
parenta6bbd027082ad31f65a2d3320cb8c390ae003d75 (diff)
downloadtigervnc-752acc7eefeeb0686821d770c023000f91d195e3.tar.gz
tigervnc-752acc7eefeeb0686821d770c023000f91d195e3.zip
iFix VPATH and out-of-tree builds (again)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4016 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 4c143662..54213767 100644
--- a/common/rfb/Makefile.am
+++ b/common/rfb/Makefile.am
@@ -45,6 +45,6 @@ librfb_la_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/win
librfb_la_LIBADD =
if INCLUDED_JPEG
-librfb_la_CPPFLAGS += -I$(top_srcdir)/common/jpeg
+librfb_la_CPPFLAGS += -I$(top_srcdir)/common/jpeg -I$(top_builddir)/common/jpeg
librfb_la_LIBADD += $(top_builddir)/common/jpeg/libjpeg.la
endif