Fresco/Prague/config local.mk.in,1.13,1.14
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Prague/config In directory purcel:/tmp/cvs-serv26757/Prague/config Modified Files: local.mk.in Log Message: fix include path Index: local.mk.in =================================================================== RCS file: /cvs/fresco/Fresco/Prague/config/local.mk.in,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- local.mk.in 9 Dec 2002 03:01:56 -0000 1.13 +++ local.mk.in 30 Apr 2003 02:04:42 -0000 1.14 @@ -45,7 +45,7 @@ SO_CXXFLAGS := @SO_CXXFLAGS@ SO_LDFLAGS := @SO_LDFLAGS@ -CPPFLAGS := -I../include -I$(top_srcdir)/include @CPPFLAGS@ +CPPFLAGS := -I$(top_builddir)/include -I$(top_srcdir)/include @CPPFLAGS@ LDFLAGS := @LDFLAGS@ DEPFLAGS := -M CXXFLAGS := @CXXFLAGS@