[PATCH skeleton v9 23/23] Fix Makefile

OpenBMC Patches openbmc-patches at stwcx.xyz
Tue May 10 15:50:49 AEST 2016


From: Ken Lai <ken1029 at gmail.com>

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index eb9fac7..db05f88 100755
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ LIBS=$(shell pkg-config --libs gio-unix-2.0 glib-2.0) -Llib -lopenbmc_intf
 INCLUDES += $(shell pkg-config --cflags --libs libsystemd) -I. -O2
 LIB_FLAG += $(shell pkg-config  --libs libsystemd)
 
+DEPPKGS = libsystemd
 INCLUDES_info += $(shell pkg-config --cflags $(DEPPKGS))
 LIBS_info += $(shell pkg-config --libs $(DEPPKGS))
 
-- 
2.8.1




More information about the openbmc mailing list