[Hdrflow-svn] SF.net SVN: hdrflow: [346] trunk/lib/extras/src
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2007-10-06 13:25:06
|
Revision: 346
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=346&view=rev
Author: glslang
Date: 2007-10-06 06:25:04 -0700 (Sat, 06 Oct 2007)
Log Message:
-----------
+build fixes
Modified Paths:
--------------
trunk/lib/extras/src/imf/hdr/Makefile.am
trunk/lib/extras/src/imf/mfn/Makefile.am
trunk/lib/extras/src/panoramic/Makefile.am
trunk/lib/extras/src/ppm/Makefile.am
trunk/lib/extras/src/raw/Makefile.am
Modified: trunk/lib/extras/src/imf/hdr/Makefile.am
===================================================================
--- trunk/lib/extras/src/imf/hdr/Makefile.am 2007-10-06 11:32:43 UTC (rev 345)
+++ trunk/lib/extras/src/imf/hdr/Makefile.am 2007-10-06 13:25:04 UTC (rev 346)
@@ -17,11 +17,11 @@
libhdrflow_extras_imfhdr_la_CXXFLAGS = \
$(BOOST_INCLUDE_PATH) \
$(MAYA_CXXFLAGS) \
- -I$(top_builddir)/../openlibraries/src
+ -I$(top_srcdir)/../openlibraries/src
libhdrflow_extras_imfhdr_la_LIBADD = \
$(MAYA_LIBS) \
- $(top_builddir)/../openlibraries/src/openpluginlib/pl/libopenpluginlib_pl.la
+ $(top_srcdir)/../openlibraries/src/openpluginlib/pl/libopenpluginlib_pl.la
libhdrflow_extras_imfhdr_la_LDFLAGS = \
$(MAYA_LDFLAGS)
Modified: trunk/lib/extras/src/imf/mfn/Makefile.am
===================================================================
--- trunk/lib/extras/src/imf/mfn/Makefile.am 2007-10-06 11:32:43 UTC (rev 345)
+++ trunk/lib/extras/src/imf/mfn/Makefile.am 2007-10-06 13:25:04 UTC (rev 346)
@@ -15,12 +15,12 @@
libhdrflow_extras_mfn_la_CXXFLAGS = \
$(BOOST_INCLUDE_PATH) \
$(MAYA_CXXFLAGS) \
- -I$(top_builddir)/../openlibraries/src
+ -I$(top_srcdir)/../openlibraries/src
libhdrflow_extras_mfn_la_LIBADD = \
$(MAYA_LIBS) \
- $(top_builddir)/../openlibraries/src/openpluginlib/pl/libopenpluginlib_pl.la \
- $(top_builddir)/../openlibraries/src/openimagelib/il/libopenimagelib_il.la
+ $(top_srcdir)/../openlibraries/src/openpluginlib/pl/libopenpluginlib_pl.la \
+ $(top_srcdir)/../openlibraries/src/openimagelib/il/libopenimagelib_il.la
libhdrflow_extras_mfn_la_LDFLAGS = \
$(MAYA_LDFLAGS)
Modified: trunk/lib/extras/src/panoramic/Makefile.am
===================================================================
--- trunk/lib/extras/src/panoramic/Makefile.am 2007-10-06 11:32:43 UTC (rev 345)
+++ trunk/lib/extras/src/panoramic/Makefile.am 2007-10-06 13:25:04 UTC (rev 346)
@@ -12,5 +12,5 @@
libhdrflow_extras_panoramic_la_CXXFLAGS = \
$(BOOST_INCLUDE_PATH) \
- -I$(top_builddir)/../openlibraries/src \
+ -I$(top_srcdir)/../openlibraries/src \
$(OFX_INCLUDE_PATH)
Modified: trunk/lib/extras/src/ppm/Makefile.am
===================================================================
--- trunk/lib/extras/src/ppm/Makefile.am 2007-10-06 11:32:43 UTC (rev 345)
+++ trunk/lib/extras/src/ppm/Makefile.am 2007-10-06 13:25:04 UTC (rev 346)
@@ -13,11 +13,11 @@
libhdrflow_extras_ppm_la_CXXFLAGS = \
$(EXTRAS_CXXFLAGS) \
$(BOOST_INCLUDE_PATH) \
- -I$(top_builddir)/../openlibraries/src
+ -I$(top_srcdir)/../openlibraries/src
libhdrflow_extras_ppm_la_LIBADD = \
- $(top_builddir)/../openlibraries/src/openpluginlib/pl/libopenpluginlib_pl.la \
- $(top_builddir)/../openlibraries/src/openimagelib/il/libopenimagelib_il.la
+ $(top_srcdir)/../openlibraries/src/openpluginlib/pl/libopenpluginlib_pl.la \
+ $(top_srcdir)/../openlibraries/src/openimagelib/il/libopenimagelib_il.la
libhdrflow_extras_ppm_la_LDFLAGS = \
$(EXTRAS_LDFLAGS)
Modified: trunk/lib/extras/src/raw/Makefile.am
===================================================================
--- trunk/lib/extras/src/raw/Makefile.am 2007-10-06 11:32:43 UTC (rev 345)
+++ trunk/lib/extras/src/raw/Makefile.am 2007-10-06 13:25:04 UTC (rev 346)
@@ -14,15 +14,15 @@
libhdrflow_extras_raw_la_CXXFLAGS = \
$(EXTRAS_CXXFLAGS) \
$(BOOST_INCLUDE_PATH) \
- -I$(top_builddir)/../openlibraries/src
+ -I$(top_srcdir)/../openlibraries/src
libhdrflow_extras_raw_la_CFLAGS = \
-DNO_JPEG \
-DNO_LCMS
libhdrflow_extras_raw_la_LIBADD = \
- $(top_builddir)/../openlibraries/src/openpluginlib/pl/libopenpluginlib_pl.la \
- $(top_builddir)/../openlibraries/src/openimagelib/il/libopenimagelib_il.la
+ $(top_srcdir)/../openlibraries/src/openpluginlib/pl/libopenpluginlib_pl.la \
+ $(top_srcdir)/../openlibraries/src/openimagelib/il/libopenimagelib_il.la
libhdrflow_extras_raw_la_LDFLAGS = \
$(EXTRAS_LDFLAGS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|