[contrib] ewheeler_emitter.so

For thin_dump
This commit is contained in:
Joe Thornber
2016-03-24 15:21:20 +00:00
parent 6c4f3ad2ff
commit 83dc84f790
2 changed files with 90 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
PLUGINS=\
contrib/thin_sexp_emitter.so \
contrib/tmakatos_emitter.so
contrib/tmakatos_emitter.so \
contrib/ewheeler_emitter.so
contrib: $(PLUGINS)
@@ -12,4 +13,8 @@ contrib/tmakatos_emitter.so: contrib/tmakatos_emitter.o
$(V)echo " [LD] $@"
$(V)$(CC) -shared -Wl,-soname,tmakatos_emitter.so -o $@ $<
contrib/ewheeler_emitter.so: contrib/ewheeler_emitter.o
$(V)echo " [LD] $@"
$(V)$(CC) -shared -Wl,-soname,ewheeler_emitter.so -o $@ $<