rev 157 - trunk

SVN User <[email protected]>
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: bcollins
Date: 2004-03-27 12:09:34 -0500 (Sat, 27 Mar 2004)
New Revision: 157

Modified:
   trunk/Rules.mk.in
Log:
Fix '.' include path to be $(srcdir). This should enable out-of-source
tree builds.


Modified: trunk/Rules.mk.in
===================================================================
--- trunk/Rules.mk.in	2004-03-27 17:05:09 UTC (rev 156)
+++ trunk/Rules.mk.in	2004-03-27 17:09:34 UTC (rev 157)
@@ -20,7 +20,7 @@
 VPATH = $(srcdir)
 
 CFLAGS=@CFLAGS@
-CPPFLAGS=@CPPFLAGS@ -I$(abs_srcdir)/include -I. \
+CPPFLAGS=@CPPFLAGS@ -I$(abs_srcdir)/include -I$(srcdir) \
 	-DPROTHON_DEFAULT_MODDIR="\"$(PROTHON_DEFAULT_MODDIR)\""
 
 LDFLAGS=@LDFLAGS@
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.