diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-04-11 21:57:52 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-04-11 21:57:52 +0000 |
commit | 752acc7eefeeb0686821d770c023000f91d195e3 (patch) | |
tree | 1c789608c89683d494b595f4b5b6e0c898de41b0 /common/rfb/Makefile.am | |
parent | a6bbd027082ad31f65a2d3320cb8c390ae003d75 (diff) | |
download | tigervnc-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.am | 2 |
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 |