mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-08-19 03:52:52 +08:00
11 lines
201 B
Plaintext
Executable File
11 lines
201 B
Plaintext
Executable File
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: modbus
|
|
Description: Modbus library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmodbus
|
|
Cflags: -I${includedir}/modbus
|