summaryrefslogtreecommitdiffstats
path: root/common/rfb/Makefile.am
diff options
context:
space:
mode:
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