Commit c90d5875 authored by osdl.org!shemminger's avatar osdl.org!shemminger

More build and target directory changes.

(Logical change 1.20)
parent 0642e0ac
# Path to parent kernel include files directory
DESTDIR=
SBINDIR=/sbin
SBINDIR=/usr/sbin
CONFDIR=/etc/iproute2
DOCDIR=/usr/doc/iproute2
......@@ -25,7 +25,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
CC = gcc
CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
CFLAGS = $(CCOPTS) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
CFLAGS = $(CCOPTS) -I$(KERNEL_INCLUDE) -I../include -I/usr/include/db41 $(DEFINES)
LDLIBS += -L../lib -lnetlink -lutil
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment