summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-16 07:49:42 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-16 07:49:42 +0000
commit1665593dffc0a2a15b4c2dbd50e0f4ef655c7d49 (patch)
treee7c7bb97488b510bf92436a63f9d3a78e0f18e39
parentb5b357df37d6adb66daedf8a9950bf653bf4c54d (diff)
downloadxorg-lib-libdmx-1665593dffc0a2a15b4c2dbd50e0f4ef655c7d49.tar.gz
Set soversion to 1.0 using -version-number.
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ded7b7e..6f990f7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,6 @@ libdmx_la_SOURCES = \
libdmx_la_LIBADD = $(DEP_LIBS)
-libdmx_la_LDFLAGS = -version-info 7:0:0 -no-undefined
+libdmx_la_LDFLAGS = -version-number 7:0:0 -no-undefined
AM_CFLAGS = $(DEP_CFLAGS)
-