diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-21 23:39:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-21 23:39:13 (GMT) |
commit | 5bd00cf41b6618100f48d8c52998197049dbc136 (patch) | |
tree | d8671e4b343b3a180bed00eb6b98e9168d7e176c /src/common | |
parent | 8eb95d316f7b6fbad0ff798abfe7f70f89e812d2 (diff) |
Reduced the number of generated shared objects.
Diffstat (limited to 'src/common')
-rwxr-xr-x | src/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index d2f6186..08c31cd 100755 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,5 +1,5 @@ -lib_LTLIBRARIES = libcommon.la +noinst_LTLIBRARIES = libcommon.la libcommon_la_SOURCES = \ array.h array.c \ |