HomeClusterLabs Projects

Build: Include common.mk in all Makefile.am files.

Description

Build: Include common.mk in all Makefile.am files.

This then requires a couple other changes:

  • Any file that sets MAINTAINERCLEANFILES can drop that line, unless it's adding something to it. common.mk always adds Makefile.in to that variable.
  • lib/cib/Makefile.am doesn't need to set libcib_la_CPPFLAGS because it's not adding anything on top of the default AM_CPPFLAGS.
  • unittest.mk always gets included after common.mk now, so it can just append the test-specific things it needs to AM_CPPFLAGS.

Details

Provenance
clumensAuthored on Wed, Oct 2, 7:57 AM
Parents
rP17b8a3b2f481: Merge pull request #3669 from clumens/glib-logging
Branches
Unknown
Tags
Unknown