Commit 87113d7a2a23c4810cd55248695af15911425978
1 parent
9df213cc
Add missing details to 'Fix inconsistent pkg-config file'
Showing
2 changed files
with
2 additions
and
2 deletions
.gitignore
tests/README
| ... | ... | @@ -4,7 +4,7 @@ Compilation |
| 4 | 4 | After installation, you can use pkg-config to compile these tests. |
| 5 | 5 | For example, to compile random-test-slave run: |
| 6 | 6 | |
| 7 | -gcc random-test-slave.c -o random-test-slave `pkg-config --libs --cflags modbus` | |
| 7 | +gcc random-test-slave.c -o random-test-slave `pkg-config --libs --cflags libmodbus` | |
| 8 | 8 | |
| 9 | 9 | random-test-slave |
| 10 | 10 | ----------------- | ... | ... |