Changeset 2146


Ignore:
Timestamp:
Mar 17, 2017, 11:26:50 AM (8 years ago)
Author:
Silvan Scherrer
Message:

hunspell: add bldlevel info to the dll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified hunspell/trunk/src/hunspell/Makefile.am

    r2140 r2146  
     1VENDOR ?=community
     2BUILD_INFO=\#\#1\#\# $(shell date +'%d %b %Y %H:%M:%S')     $(shell uname -n)
     3BUILDLEVEL_INFO=@\#$(VENDOR):$(VERSION)\#@$(BUILD_INFO)::::0::
     4
    15lib_LTLIBRARIES = libhunspell-1.6.la
    26libhunspell_1_6_includedir = $(includedir)/hunspell
     
    1317
    1418libhunspell_1_6_la_DEPENDENCIES=utf_info.cxx
    15 libhunspell_1_6_la_LDFLAGS=-no-undefined
     19libhunspell_1_6_la_LDFLAGS=-no-undefined -buildlevel '$(BUILDLEVEL_INFO)'
    1620
    1721AM_CXXFLAGS=$(CFLAG_VISIBILITY) -DBUILDING_LIBHUNSPELL
Note: See TracChangeset for help on using the changeset viewer.