diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index f37a501..754d7cd 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -2,9 +2,17 @@ NULL = SUBDIRS = . tests -EXTRA_DIST = \ - array.c array.h \ +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 \ |