summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8fab099..3bb170f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,17 +9,7 @@ AM_CFLAGS = $(XDAMAGE_CFLAGS) $(X_CFLAGS)
INCLUDES = -I$(top_srcdir)/include/X11/extensions
-#
-# Library version info. Check the libtool docs for
-# instructions on when and how to change this value
-#
-# bump when the ABI changes
-XDAMAGE_CURRENT=1
-# bump for non-ABI changes, reset to zero when CURRENT changes
-XDAMAGE_REVISION=0
-# bump when the ABI changes in backward-compatible fashion
-XDAMAGE_AGE=1
-libXdamage_la_LDFLAGS = -version-info ${XDAMAGE_CURRENT}:${XDAMAGE_REVISION}:${XDAMAGE_AGE} -no-undefined
+libXdamage_la_LDFLAGS = -version-number 1:0:0 -no-undefined
libXdamageincludedir = $(includedir)/X11/extensions
libXdamageinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xdamage.h