diff options
| author | Alan Conway <aconway@apache.org> | 2010-06-17 16:55:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-06-17 16:55:54 +0000 |
| commit | 6491ea5c8eb1c80eb171fb0bcad4d9a9dfb22cb0 (patch) | |
| tree | f8893393a0b686b375836a50a3589122417a0032 /cpp/src/acl.mk | |
| parent | 504a58d1765c449fe97e306ae8f03699c03c5dae (diff) | |
| download | qpid-python-6491ea5c8eb1c80eb171fb0bcad4d9a9dfb22cb0.tar.gz | |
Allow libraries to be independently versioned in the autotools build.
Each library libfoo or plugin foo has a variable FOO_VERSION_INFO with
a value passed as -version-info to libtool.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@955672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/acl.mk')
| -rw-r--r-- | cpp/src/acl.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/acl.mk b/cpp/src/acl.mk index cedac7d881..0450905902 100644 --- a/cpp/src/acl.mk +++ b/cpp/src/acl.mk @@ -37,4 +37,6 @@ if SUNOS acl_la_LIBADD += libqmfagent.la libqmfconsole.la libqpidcommon.la -lboost_program_options $(SUNCC_RUNTIME_LIBS) endif -acl_la_LDFLAGS = $(PLUGINLDFLAGS) +ACL_VERSION_INFO = 2:0:0 +acl_la_LDFLAGS = $(PLUGINLDFLAGS) -version-info $(ACL_VERSION_INFO) + |
