Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
1ef98c19
Commit
1ef98c19
authored
Oct 13, 2005
by
Browse files
fixes in Makefile
git-svn-id:
file:///home/svn/mapi/trunk@211
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
2e01b3cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1ef98c19
...
...
@@ -33,6 +33,10 @@ ifeq ($(WITH_ETHEREAL),1)
ETHEREAL_TARGETS
=
etherflib.so
endif
ifeq
($(WITH_ANONYMIZATION),1)
CFLAGS
:=
$(CFLAGS)
-DWITH_ANONYMIZATION
endif
ifeq
($(WITH_PRIORITIES),1)
CFLAGS
:=
$(CFLAGS)
-DDEBUG
=
$(DEBUG)
$(INCLUDE)
-DWITH_FUNCT_STATS
-DWITH_MODIFY_PKTS
-DWITH_PRIORITIES
-DPRIORITIES
=
$(PRIORITIES)
else
...
...
mapi.c
View file @
1ef98c19
...
...
@@ -29,6 +29,10 @@
#include "bytestream.h"
#endif
#ifdef WITH_ANONYMIZATION
#include "anonymization/anonymization.h"
#endif
#ifdef DIMAPI
#include <signal.h>
#include <semaphore.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment