summarylogtreecommitdiffstats
path: root/build.patch
blob: e9684852ec5044e1dd086e8ee4dc2b4b74ac16fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/Makefile b/Makefile
index 31e9b6b..b74ed9f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@ INCDIR ?= /include
 AR ?= $(CROSS)ar
 CXX ?= $(CROSS)g++
 
-UPDFPARSERLIB = ./lib/updfparser/libupdfparser.a
+UPDFPARSERLIB = ../updfparser/libupdfparser.a
 
-CXXFLAGS += -Wall -fPIC -I./include -I./usr/include/pugixml -I./lib/updfparser/include
+CXXFLAGS += -Wall -fPIC -I./include -I./usr/include/pugixml -I../updfparser/include
 LDFLAGS = -lpugixml
 
 VERSION     := $(shell cat include/libgourou.h |grep LIBGOUROU_VERSION|cut -d '"' -f2)