From 7f97ea07417de4c2ea260e2860e589011c732e04 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 8 Mar 2011 22:46:14 +0100 Subject: Initial support of IPECamera protocol --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index ee58558..f8dae8b 100644 --- a/common.mk +++ b/common.mk @@ -13,7 +13,7 @@ OBJDIR ?= $(ROOTDIR) DEPENDDIR ?= $(ROOTDIR) CXXFLAGS += $(addprefix -I ,$(INCDIR)) -fPIC -CFLAGS += $(addprefix -I ,$(INCDIR)) -fPIC +CFLAGS += $(addprefix -I ,$(INCDIR)) -fPIC -std=c99 # Source files in this directory SRC = $(wildcard *.cpp) -- cgit v1.2.3