mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 20:35:54 +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
@@ -8,7 +8,7 @@ EXTRA_DIST = tests
|
||||
|
||||
lib_LTLIBRARIES = libwraster.la
|
||||
|
||||
libwraster_la_LDFLAGS = -version-info 4:0:1
|
||||
libwraster_la_LDFLAGS = -version-info @WRASTER_VERSION@
|
||||
|
||||
bin_SCRIPTS = get-wraster-flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user