Commit 4ef482b
committed
Add missing PCP include path for dynamic PMDA
The dynamic PMDA uses internal PCP headers (libpcp.h) that require
-I$(PCP_INC_DIR) to be found. The GNUmakefile.install was stripping
all -I flags from builddefs and only adding back -I$(PCP_INC_DIR)/..
which works for public headers like <pcp/pmapi.h> but not for internal
headers like "libpcp.h".
This was causing compilation failures when building the dynamic PMDA
from the installed testsuite with: fatal error: 'libpcp.h' file not found1 parent f360f6e commit 4ef482b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments