@@ -11,15 +11,15 @@ cc_sources = alphabet.cc att_compiler.cc compiler.cc compression.cc entry_token.
1111 regexp_compiler.cc sorted_vector.cc state.cc transducer.cc \
1212 trans_exe.cc xml_parse_util.cc tmx_compiler.cc
1313
14- library_includedir = $(includedir ) /$(GENERIC_LIBRARY_NAME ) -$(GENERIC_API_VERSION ) /$(GENERIC_LIBRARY_NAME )
14+ library_includedir = $(includedir ) /$(PACKAGE_NAME ) -$(API_VERSION ) /$(PACKAGE_NAME )
1515library_include_HEADERS = $(h_sources )
1616
1717bin_PROGRAMS = lt-comp lt-proc lt-expand lt-tmxcomp lt-tmxproc lt-print lt-trim
1818instdir = lttoolbox
1919
2020lib_LTLIBRARIES = liblttoolbox3.la
2121liblttoolbox3_la_SOURCES = $(h_sources ) $(cc_sources )
22- liblttoolbox3_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION ) -release $(GENERIC_RELEASE )
22+ liblttoolbox3_la_LDFLAGS = -version-info $(SOVERSION ) -release $(API_VERSION )
2323
2424lttoolboxdir = $(prefix ) /share/lttoolbox
2525lttoolboxinclude = $(prefix ) /include
@@ -28,32 +28,32 @@ lttoolboxlib = $(prefix)/lib
2828lttoolbox_DATA = dix.dtd dix.rng dix.rnc acx.rng xsd/dix.xsd xsd/acx.xsd
2929
3030lt_print_SOURCES = lt_print.cc
31- lt_print_LDADD = liblttoolbox$(GENERIC_MAJOR_VERSION ) .la
32- lt_print_LDFLAGS = -llttoolbox$(GENERIC_MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
31+ lt_print_LDADD = liblttoolbox$(MAJOR_VERSION ) .la
32+ lt_print_LDFLAGS = -llttoolbox$(MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
3333
3434lt_trim_SOURCES = lt_trim.cc
35- lt_trim_LDADD = liblttoolbox$(GENERIC_MAJOR_VERSION ) .la
36- lt_trim_LDFLAGS = -llttoolbox$(GENERIC_MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
35+ lt_trim_LDADD = liblttoolbox$(MAJOR_VERSION ) .la
36+ lt_trim_LDFLAGS = -llttoolbox$(MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
3737
3838lt_comp_SOURCES = lt_comp.cc
39- lt_comp_LDADD = liblttoolbox$(GENERIC_MAJOR_VERSION ) .la
40- lt_comp_LDFLAGS = -llttoolbox$(GENERIC_MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
39+ lt_comp_LDADD = liblttoolbox$(MAJOR_VERSION ) .la
40+ lt_comp_LDFLAGS = -llttoolbox$(MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
4141
4242lt_proc_SOURCES = lt_proc.cc
43- lt_proc_LDADD = liblttoolbox$(GENERIC_MAJOR_VERSION ) .la
44- lt_proc_LDFLAGS = -llttoolbox$(GENERIC_MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
43+ lt_proc_LDADD = liblttoolbox$(MAJOR_VERSION ) .la
44+ lt_proc_LDFLAGS = -llttoolbox$(MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
4545
4646lt_expand_SOURCES = lt_expand.cc
47- lt_expand_LDADD = liblttoolbox$(GENERIC_MAJOR_VERSION ) .la
48- lt_expand_LDFLAGS = -llttoolbox$(GENERIC_MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
47+ lt_expand_LDADD = liblttoolbox$(MAJOR_VERSION ) .la
48+ lt_expand_LDFLAGS = -llttoolbox$(MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
4949
5050lt_tmxcomp_SOURCES = lt_tmxcomp.cc
51- lt_tmxcomp_LDADD = liblttoolbox$(GENERIC_MAJOR_VERSION ) .la
52- lt_tmxcomp_LDFLAGS = -llttoolbox$(GENERIC_MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
51+ lt_tmxcomp_LDADD = liblttoolbox$(MAJOR_VERSION ) .la
52+ lt_tmxcomp_LDFLAGS = -llttoolbox$(MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
5353
5454lt_tmxproc_SOURCES = lt_tmxproc.cc
55- lt_tmxproc_LDADD = liblttoolbox$(GENERIC_MAJOR_VERSION ) .la
56- lt_tmxproc_LDFLAGS = -llttoolbox$(GENERIC_MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
55+ lt_tmxproc_LDADD = liblttoolbox$(MAJOR_VERSION ) .la
56+ lt_tmxproc_LDFLAGS = -llttoolbox$(MAJOR_VERSION ) $(LTTOOLBOX_LIBS )
5757
5858# lt-validate-dictionary: Makefile.am validate-header.sh
5959# @echo "Creating lt-validate-dictionary script"
0 commit comments