Commit 87113d7a2a23c4810cd55248695af15911425978

Authored by Stéphane Raimbault
1 parent 9df213cc

Add missing details to 'Fix inconsistent pkg-config file'

Showing 2 changed files with 2 additions and 2 deletions
.gitignore
... ... @@ -19,7 +19,7 @@ install-sh
19 19 libtool
20 20 ltmain.sh
21 21 missing
22   -modbus.pc
  22 +libmodbus.pc
23 23 version.h
24 24 .deps
25 25 .libs
... ...
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 -----------------
... ...