From 68eb1ecd9e7565d6e265d4cca2b666e8c017dd53 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 15:15:20 +0200 Subject: dissector: rename __WITH_PROTOS into HAVE_DISSECTOR_PROTOS To be more consistent with config.h, rename __WITH_PROTOS into HAVE_DISSECTOR_PROTOS. Signed-off-by: Daniel Borkmann --- trafgen/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'trafgen') diff --git a/trafgen/Makefile b/trafgen/Makefile index f822fb9..a7bf6c4 100644 --- a/trafgen/Makefile +++ b/trafgen/Makefile @@ -26,5 +26,4 @@ trafgen-yaac = trafgen_parser.tab.o trafgen-eflags = $(shell pkg-config --cflags libnl-3.0) \ $(shell pkg-config --cflags libnl-genl-3.0) \ - -I.. \ - -D__WITH_PROTOS + -DHAVE_DISSECTOR_PROTOS -I.. -- cgit v1.2.3-54-g00ecf