commit 0bf9eac3e83ce28830066b90875808d6e6f1bef3 parent d859e15e17eaad4ba26373965175e1caa6fe69ba Author: Michael Forney <mforney@mforney.org> Date: Wed, 6 Apr 2016 06:31:42 +0000 example/wm: Link to libswc statically Diffstat:
M | example/local.mk | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/example/local.mk b/example/local.mk @@ -7,8 +7,8 @@ $(dir)_CFLAGS = -Ilibswc $(dir): $(dir)/wm -$(dir)/wm: $(dir)/wm.o libswc/libswc.so - $(link) $(example_PACKAGE_LIBS) -lm +$(dir)/wm: $(dir)/wm.o libswc/libswc.a + $(link) $(example_PACKAGE_LIBS) $(libswc_PACKAGE_LIBS) -lm CLEAN_FILES += $(dir)/wm.o $(dir)/wm