Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
15e503b7
Commit
15e503b7
authored
Jan 26, 2016
by
legoc
Browse files
added library version
parent
4ad86fed
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
15e503b7
...
...
@@ -5,6 +5,8 @@
# -----------------------------------------------------------------------------
AC_INIT(cameo-api-cpp, 0.0.1)
LIBRARY_VERSION=0:0:1
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/cameo/Application.cpp)
...
...
@@ -28,7 +30,7 @@ AC_ARG_ENABLE(tests,
esac],[tests=false])
AM_CONDITIONAL([TESTS], [test "$tests" = true])
AC_SUBST(LIBRARY_VERSION)
# temporarily disabled
#AX_CXX_COMPILE_STDCXX_11
...
...
src/Makefile.am
View file @
15e503b7
...
...
@@ -85,4 +85,7 @@ nobase_include_HEADERS = \
cameo/cameo.h
libcameo_la_CPPFLAGS
=
\
$(CAMEO_CXXFLAGS)
-export-dynamic
$(CAMEO_CXXFLAGS)
libcameo_la_LDFLAGS
=
\
-version-number
$(LIBRARY_VERSION)
-export-dynamic
$(LDFLAGS)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment