Skip to content

Commit dce196b

Browse files
committed
makefile improvement
1 parent 556b033 commit dce196b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/harness/makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ this_soname := 0
99

1010
this_srcs += $(call prorab-src-dir, .)
1111

12-
this_ldlibs += -lcssom -lpapki
13-
this_ldflags += -L$(d)../../src/out/$(c)
12+
this_ldlibs += -l papki
13+
this_ldlibs += ../../src/out/$(c)/libcssom$(dot_so)
1414

1515
this_no_install := true
1616

1717
$(eval $(prorab-build-lib))
1818

19-
# add dependency on libcssom
20-
$(prorab_this_name): $(abspath $(d)../../src/out/$(c)/libcssom$(dot_so))
21-
2219
$(eval $(call prorab-include, ../../src/makefile))

0 commit comments

Comments
 (0)