diff options
| author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-01 12:52:39 -0500 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-03 10:35:18 -0500 |
| commit | 9a5c96aa6d29577017d478626ac81f7efd3602f9 (patch) | |
| tree | 436a5e625793aa550bc08bd7e57f58594c738f97 /refarray/Makefile.am | |
| parent | 7d7d7ae6aeff6109480d9c06515b76d9fedc6899 (diff) | |
| download | ding-libs-9a5c96aa6d29577017d478626ac81f7efd3602f9.tar.gz ding-libs-9a5c96aa6d29577017d478626ac81f7efd3602f9.tar.xz ding-libs-9a5c96aa6d29577017d478626ac81f7efd3602f9.zip | |
Split refarray off into a shared library
Diffstat (limited to 'refarray/Makefile.am')
| -rw-r--r-- | refarray/Makefile.am | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/refarray/Makefile.am b/refarray/Makefile.am index 573173a..724131f 100644 --- a/refarray/Makefile.am +++ b/refarray/Makefile.am @@ -16,15 +16,18 @@ ACLOCAL_AMFLAGS = -I m4 # Set up the pkg-config file pkgconfigdir = $(libdir)/pkgconfig -dist_noinst_DATA = \ - ref_array.pc \ - m4 +pkgconfig_DATA = ref_array.pc + +dist_noinst_DATA = m4 + +dist_include_HEADERS = ref_array.h # Build library -noinst_LTLIBRARIES = libref_array.la +lib_LTLIBRARIES = libref_array.la libref_array_la_SOURCES = \ - ref_array.c \ - ref_array.h + ref_array.c +libref_array_la_LDFLAGS = \ + -version-info 1:0:0 # Build unit test check_PROGRAMS = ref_array_ut |
