summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-06-24 15:05:17 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-06-24 15:05:17 +0000
commit9cc4f4dec471907af358dd6b160f960775f2bfb6 (patch)
tree67afed803e18f117fecdd6a2780d26df3a4edccc
parentf4fcd29fea073d1754b6003f4734ef3680d825da (diff)
minor Makefile fix to properly find zaptel.h (DAHDI-3)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4363 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp/Makefile b/ppp/Makefile
index 86b65a6..e358be3 100644
--- a/ppp/Makefile
+++ b/ppp/Makefile
@@ -2,7 +2,7 @@
-include ../makeopts
-CFLAGS += $(COPTS) -I.. -fPIC
+CFLAGS += $(COPTS) -I../kernel -fPIC
LDFLAGS += -shared
INCLUDE_DIR = $(includedir)/pppd