Fresco/Babylon/config local.mk.in,1.10,1.11
Tobias Hunger <[email protected]> Thu, 08 Jan 2004 14:41:05 +0100
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon/config In directory purcel:/tmp/cvs-serv26568 Modified Files: local.mk.in Log Message: configure now sets ICONV_LIBS and ICONV_CPPFLAGS, now we need to actually need to set them up for the Makefiles to use. Index: local.mk.in =================================================================== RCS file: /cvs/fresco/Fresco/Babylon/config/local.mk.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- local.mk.in 6 Apr 2003 16:15:44 -0000 1.10 +++ local.mk.in 8 Jan 2004 13:40:44 -0000 1.11 @@ -47,10 +47,12 @@ SO_LDFLAGS := @SO_LDFLAGS@ CPPFLAGS := -I../include -I$(top_srcdir)/include @CPPFLAGS@ +ICONV_CPPFLAGS := @ICONV_CPPFLAGS@ LDFLAGS := @LDFLAGS@ DEPFLAGS := -M CXXFLAGS := @CXXFLAGS@ LIBS := @LIBS@ +ICONV_LIBS := @ICONV_LIBS@ # Which Unicode modules to build UNICODE_BLOCKS := @UNICODE_BLOCKS@