shared_LIBRARIES = a b a_SOURCES = funca.c b_SOURCES = funcb.c b_LIBS = a include_HEADERS = mylib.h bin_PROGRAMS = test test_SOURCES = test.c test_LIBS = a b