mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
Set library version in configure.ac
Keep libtool's -version-info arguments for the three libraries (libwraster, libWINGs and libWUtil) centralized in configure.ac instead of in the specific Makefile.am.
This commit is contained in:
committed by
Carlos R. Mafra
parent
27dcdd3798
commit
d872b73881
@@ -4,8 +4,8 @@ AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
SUBDIRS = WINGs . po Documentation Resources
|
||||
|
||||
libWINGs_la_LDFLAGS = -version-info 2:1:0
|
||||
libWUtil_la_LDFLAGS = -version-info 1:2:0
|
||||
libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@
|
||||
libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@
|
||||
|
||||
bin_SCRIPTS = get-wings-flags get-wutil-flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user