Introduce logdir (typically /var/log/openflow, by default /usr/local/var/log/openflow).
[sliver-openvswitch.git] / Make.vars
index 538cde3..6e495d8 100644 (file)
--- a/Make.vars
+++ b/Make.vars
@@ -1,16 +1,2 @@
 # -*- makefile -*-
 
-AM_CPPFLAGS = $(SSL_CFLAGS)
-LIBS = $(SSL_LIBS)
-
-COMMON_FLAGS = -DVERSION=\"$(VERSION)\"
-if NDEBUG
-COMMON_FLAGS += -DNDEBUG -fomit-frame-pointer
-endif
-
-AM_CFLAGS = $(COMMON_FLAGS)
-AM_CFLAGS += -Wstrict-prototypes -I $(top_srcdir)/include
-
-if !NDEBUG
-AM_LDFLAGS = -export-dynamic
-endif