summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-05-26 12:12:28 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-05-26 12:12:28 +0000
commitef6aaa622cb593b7ec8dcadd9b5cc406b392670e (patch)
treee6b69fcc6641388b253a99ca3c243554dbc427ab
parente783221dabcbf5e696029a172a90e8dadc582ff3 (diff)
downloadxorg-lib-libXp-ef6aaa622cb593b7ec8dcadd9b5cc406b392670e.tar.gz
fix typo
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7ec307b..c3b4545 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,5 +35,5 @@ XP_CURRENT=2
# bump for non-ABI changes, reset to zero when CURRENT changes
XP_REVISION=0
# bump when the ABI changes in backward-compatible fashion
-XF_AGE=2
+XP_AGE=2
libXp_la_LDFLAGS = -version-info ${XP_CURRENT}:${XP_REVISION}:${XP_AGE} -no-undefined