diff options
Diffstat (limited to 'atf-c++/Makefile.am.inc')
-rw-r--r-- | atf-c++/Makefile.am.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/atf-c++/Makefile.am.inc b/atf-c++/Makefile.am.inc index 2d968026b391f..cfe70695dd166 100644 --- a/atf-c++/Makefile.am.inc +++ b/atf-c++/Makefile.am.inc @@ -38,19 +38,17 @@ libatf_c___la_SOURCES = atf-c++/build.cpp \ atf-c++/config.cpp \ atf-c++/config.hpp \ atf-c++/macros.hpp \ - atf-c++/noncopyable.hpp \ atf-c++/tests.cpp \ atf-c++/tests.hpp \ atf-c++/utils.cpp \ atf-c++/utils.hpp -libatf_c___la_LDFLAGS = -version-info 0:0:0 +libatf_c___la_LDFLAGS = -version-info 1:0:0 include_HEADERS += atf-c++.hpp atf_c___HEADERS = atf-c++/build.hpp \ atf-c++/check.hpp \ atf-c++/config.hpp \ atf-c++/macros.hpp \ - atf-c++/noncopyable.hpp \ atf-c++/tests.hpp \ atf-c++/utils.hpp atf_c__dir = $(includedir)/atf-c++ |