-
Problem report
-
Resolution: Fixed
-
Trivial
-
3.4.0alpha1
-
Sprint 57 (Oct 2019)
-
2
Attached patch contains some automake cleanups against trunk.
List of small improvements/fixes which my patch delivers:
- replace @FOO@ by $(FOO) to allow on execute make command override some variables
- put in each *_SOURCE list all files in separated lines and sort list of those files alphabetically
- do not use $(top_sourcedir) in paths of static libraries. It should be always used $(top_builddir) to allow build zabbix code from read only source tree
- remove from src/libs/zbxsysinfo/Makefile.am EXTRA_DIST files which are included in *_SOURCES in subdirectories