From: Christian Storm <
christi...@siemens.com>
Signed-off-by: Christian Storm <
christi...@siemens.com>
---
swupdate-adapter/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/swupdate-adapter/Makefile b/swupdate-adapter/Makefile
index bd826e3..08b9813 100644
--- a/swupdate-adapter/Makefile
+++ b/swupdate-adapter/Makefile
@@ -22,7 +22,7 @@ INCLUDE = /usr/include
CFLAGS = \
-I$(shell pwd) \
-I$(shell pwd)/../include \
- -I$(shell pwd)/../tools \
+ -I$(shell pwd)/../tools \
-I$(INCLUDE) \
-std=gnu99 \
@@ -37,8 +37,7 @@ endif
CFLAGS += \
-fshort-wchar
-LIBS = -lparted \
- -lbg_utils
+LIBS = -lparted -lbg_utils
OBJS = ../tools/bg_utils.o
--
2.13.1