projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9246d12
)
Consistently use AM_CPPFLAGS, not AM_CFLAGS, for -D and -I options.
author
Ben Pfaff
<blp@nicira.com>
Wed, 22 Oct 2008 21:38:22 +0000
(14:38 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 23 Oct 2008 17:58:24 +0000
(10:58 -0700)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 9d2df98775f56c1de2034c57194ca02c30163a26..83e73de31f6a735d9cdad169ad5f9e0e21996ea1 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-21,10
+21,11
@@
endif
AM_CFLAGS = -Wstrict-prototypes
rundir = $(localstatedir)/run
-AM_CFLAGS += -DRUNDIR=\"$(rundir)\"
+AM_C
PP
FLAGS += -DRUNDIR=\"$(rundir)\"
if NDEBUG
-AM_CFLAGS += -DNDEBUG -fomit-frame-pointer
+AM_CPPFLAGS += -DNDEBUG
+AM_CFLAGS += -fomit-frame-pointer
else
AM_LDFLAGS = -export-dynamic
endif