Author: rco Date: 2008-06-30 09:04:27 +0200 (Mon, 30 Jun 2008) New Revision: 1032
Modified: branches/1.0.0/Makefile.defs Log: - OS has to be exported to fix linking of ivr plugin on Darwin. Modified: branches/1.0.0/Makefile.defs =================================================================== --- branches/1.0.0/Makefile.defs 2008-06-28 16:58:20 UTC (rev 1031) +++ branches/1.0.0/Makefile.defs 2008-06-30 07:04:27 UTC (rev 1032) @@ -232,7 +232,7 @@ INSTALL-AUDIO = $(INSTALL) -m 644 #export stuff to sub-makes -export REL_VERSION RELEASE +export REL_VERSION RELEASE OS export CPPFLAGS CXXFLAGS LDFLAGS CFLAGS LIB_LDFLAGS export CXX CC LD export DESTDIR PREFIX prefix basedir ser-prefix _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
