Commit ef6c3f6c authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

compel/test/fdspy: fix linking

1. Commit 8b99809a ("compel: make plugins .a archives") changed the
   suffix of compel plugins, so this test no longer compiles.

2. "compel plugins" can print auxiliary plugins now, let's use it.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 4a57dfec
...@@ -22,7 +22,7 @@ parasite.h: parasite.po ...@@ -22,7 +22,7 @@ parasite.h: parasite.po
$(COMPEL) hgen -o $@ -f $< $(COMPEL) hgen -o $@ -f $<
parasite.po: parasite.o parasite.po: parasite.o
ld $(shell $(COMPEL) ldflags) -o $@ $^ $(shell $(COMPEL) plugins) ../../plugins/fds.built-in.o ld $(shell $(COMPEL) ldflags) -o $@ $^ $(shell $(COMPEL) plugins fds)
parasite.o: parasite.c parasite.o: parasite.c
$(CC) $(CFLAGS) -c $(shell $(COMPEL) cflags) -o $@ $^ $(CC) $(CFLAGS) -c $(shell $(COMPEL) cflags) -o $@ $^
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment