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,7 +19,7 @@ install-sh
19 libtool 19 libtool
20 ltmain.sh 20 ltmain.sh
21 missing 21 missing
22 -modbus.pc 22 +libmodbus.pc
23 version.h 23 version.h
24 .deps 24 .deps
25 .libs 25 .libs
tests/README
@@ -4,7 +4,7 @@ Compilation @@ -4,7 +4,7 @@ Compilation
4 After installation, you can use pkg-config to compile these tests. 4 After installation, you can use pkg-config to compile these tests.
5 For example, to compile random-test-slave run: 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 random-test-slave 9 random-test-slave
10 ----------------- 10 -----------------