You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
297 B
12 lines
297 B
13 years ago
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -33,7 +33,7 @@ CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prot
|
||
|
CFLAGS = $(CCOPTS) -I../include $(DEFINES)
|
||
|
YACCFLAGS = -d -t -v
|
||
|
|
||
|
-SUBDIRS=lib ip tc misc netem genl
|
||
|
+SUBDIRS=lib ip tc misc genl
|
||
|
|
||
|
LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
|
||
|
LDLIBS += $(LIBNETLINK)
|