Skip to content

Commit

Permalink
changing json folder for rest
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Sep 24, 2015
1 parent 9fcaccb commit c228b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SOURCESTEST = main.cpp
OBJECTS=$(SOURCESCPP:.cpp=.o)
OBJECTSTEST=$(SOURCESTEST:.cpp=.o)
JSONFOLDER = ../json
CFLAGS=-I $(JSONFOLDER) -g -std=c++11
CFLAGS=-I ../ -g -std=c++11
LDFLAGS=
STATICMODULE=rest.a

Expand Down
2 changes: 1 addition & 1 deletion rest/RESTCallBack.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include <unordered_map>
#include "JSON.h"
#include "json/JSON.h"
#include "RESTParameters.h"
#include <functional>
#include <regex>
Expand Down

0 comments on commit c228b8c

Please sign in to comment.