Skip to content

Commit

Permalink
(Build) Explicitly exclude PortabilityTesting headers
Browse files Browse the repository at this point in the history
These headers should not be installed, but are also not mentioned
in any Makefiles. Thus the policy checker thinks they are unused.
Therefore, mentioned them in the Makefile.

RPM-369
  • Loading branch information
matzke1 committed Apr 3, 2023
1 parent 0286835 commit cda4916
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/PortabilityTesting/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ rose_matrix_phases_SOURCES = matrix-phases.C
rose_matrix_phases_CPPFLAGS = $(ROSE_INCLUDES) -DDEFAULT_DATABASE='"$(DEFAULT_DATABASE)"'
rose_matrix_phases_LDFLAGS = $(ROSE_RPATHS)
rose_matrix_phases_LDADD = libmatrixTools.a $(ROSE_LIBS)

# These headers are not installed
not_installed_headers = matrixTools.h

0 comments on commit cda4916

Please sign in to comment.