diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2005-11-26 21:06:07 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2005-11-26 21:06:07 +0000 |
commit | b679a08c793780c08a21af602e4e814cc24b1a93 (patch) | |
tree | 44548e433d31e8c8741e9a6fa1e9b65917aaa08c /src | |
parent | 7907128fae6bbb41e2e6cc6387afba857c75eb41 (diff) |
Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> Add dot
before revision definitions for libXvMCW (Cedric Berger)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d1898a8..b16b177 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,8 +15,8 @@ libXvMCW_la_CFLAGS = \ @XVMC_CFLAGS@ \ -I$(top_srcdir)/include \ -DXVMC_CONFIGDIR=XConfigDir \ - -DXVMC_SOVERSION=\"1.0\" \ - -DXV_SOVERSION=\"1.0\" + -DXVMC_SOVERSION=\".1.0\" \ + -DXV_SOVERSION=\".1.0\" libXvMC_la_LDFLAGS = -version-number 1:0:0 -no-undefined libXvMCW_la_LDFLAGS = -version-number 1:0:0 |