[svn-commits] kpfleming: branch 1.4 r4363 - /branches/1.4/ppp/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 24 10:05:17 CDT 2008


Author: kpfleming
Date: Tue Jun 24 10:05:17 2008
New Revision: 4363

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4363
Log:
minor Makefile fix to properly find zaptel.h (DAHDI-3)

Modified:
    branches/1.4/ppp/Makefile

Modified: branches/1.4/ppp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/ppp/Makefile?view=diff&rev=4363&r1=4362&r2=4363
==============================================================================
--- branches/1.4/ppp/Makefile (original)
+++ branches/1.4/ppp/Makefile Tue Jun 24 10:05:17 2008
@@ -2,7 +2,7 @@
 
 -include ../makeopts
 
-CFLAGS		+= $(COPTS) -I.. -fPIC
+CFLAGS		+= $(COPTS) -I../kernel -fPIC
 LDFLAGS		+= -shared
 
 INCLUDE_DIR	= $(includedir)/pppd




More information about the svn-commits mailing list