make.tmpl: add missing compiler attribute to build_progs
[AROS.git] / test / sdi / examples / libraries / example_linklib.c
blob88d2a25d71bc6fcb3130bd3bae181e8b17d2b634
1 #include <proto/example.h>
2 #include <aros/symbolsets.h>
4 ADD2LIBS("example.library", 0, struct Library *, ExampleBase);