diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-03-07 18:37:56 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-03-07 18:37:56 +0000 |
| commit | 1a69ba5ae9a363de9e61a74dff06f45f2e190471 (patch) | |
| tree | 4b69a5814d75b2bf3b75db38b447f9abfb099002 /makeinclude.in | |
| parent | 78783e1fd88f5fbf07dd398feb06f4b5b77d016a (diff) | |
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
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 12 |
1 files changed, 12 insertions, 0 deletions
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@ |
