build: fix ppp/Makefile CFLAGS

Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
Oron Peled 2014-12-07 13:36:37 -05:00 committed by Tzafrir Cohen
parent 010c4d836c
commit 131d694054
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-include ../makeopts
CFLAGS += $(COPTS) -fPIC
CFLAGS += $(COPTS) -fPIC $(DAHDI_INCLUDE)
LDFLAGS += -shared
INCLUDE_DIR = $(includedir)/pppd