NULL = SUBDIRS = . tests noinst_LTLIBRARIES = \ libp11-compat.la \ libp11-library.la \ $(NULL) libp11_compat_la_SOURCES = \ compat.c compat.h \ $(NULL) libp11_library_la_SOURCES = \ array.c array.h \ debug.c debug.h \ dict.c dict.h \ library.c library.h \ $(NULL)