From 1a69ba5ae9a363de9e61a74dff06f45f2e190471 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 7 Mar 2015 18:37:56 +0000 Subject: Update configure and makeinclude.in to get rid of version numbers in Makefiles. configure is used to set all needed version numbers in makeinclude. makeinclude is included in Makefile's and the version numbers are used to build the correct shared libs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10609 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 3ecd6367c..a0592aaf2 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -16,6 +16,18 @@ # http://www.fltk.org/str.php # +# FLTK version numbers + +FL_MAJOR_VERSION = @FL_MAJOR_VERSION@ +FL_MINOR_VERSION = @FL_MINOR_VERSION@ +FL_PATCH_VERSION = @FL_PATCH_VERSION@ + +FL_API_VERSION = @FL_API_VERSION@ +FL_ABI_VERSION = @FL_ABI_VERSION@ +FL_VERSION = @FL_VERSION@ + +# Standard configure variables + prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ -- cgit v1.2.3