Fix compiler warning about mismatch with format type.
[sliver-openvswitch.git] / Make.vars
1 # -*- makefile -*-
2
3 AM_CPPFLAGS = $(SSL_CFLAGS)
4 LIBS = $(SSL_LIBS)
5
6 COMMON_FLAGS = -DVERSION=\"$(VERSION)\"
7 if NDEBUG
8 COMMON_FLAGS += -DNDEBUG -fomit-frame-pointer
9 endif
10
11 AM_CFLAGS = $(COMMON_FLAGS)
12 AM_CFLAGS += -Wstrict-prototypes -I $(top_srcdir)/include
13
14 if !NDEBUG
15 AM_LDFLAGS = -export-dynamic
16 endif