mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Fix building with lots of options turned on
This commit is contained in:
@@ -11,6 +11,7 @@ DEBUG?=-g3
|
||||
HEADERS=$(wildcard include/*.h)
|
||||
CFLAGS+=-I../include
|
||||
LDLIBS+=-ln2n
|
||||
LDLIBS+=$(LDLIBS_EXTRA)
|
||||
|
||||
ifeq ($(CONFIG_TARGET),mingw)
|
||||
CFLAGS+=-I../win32
|
||||
|
||||
Reference in New Issue
Block a user