This builds libtsm as separate library so we can use it in other projects, too. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
12 lines
232 B
PkgConfig
12 lines
232 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: tsm
|
|
Description: Terminal-emulator State Machine
|
|
URL: @PACKAGE_URL@
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ltsm
|
|
Cflags: -I${includedir}
|