library versioning: try to keep the versions at 2.1.0 for all platforms
This commit is contained in:
@@ -8,7 +8,12 @@ AM_CPPFLAGS = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) $(DT_INCDIR)
|
||||
|
||||
libDtWidget_la_CFLAGS = -DI18N_MSG -DMULTIBYTE
|
||||
|
||||
# in order to try to keep lib versions the same across platforms, (2.1.0)
|
||||
if BSD
|
||||
libDtWidget_la_LDFLAGS = -version-info 2:1:0
|
||||
else
|
||||
libDtWidget_la_LDFLAGS = -version-info 3:0:1
|
||||
endif
|
||||
|
||||
if SOLARIS
|
||||
libDtWidget_la_CFLAGS += -DNO_REGCOMP
|
||||
|
||||
Reference in New Issue
Block a user