15 lines
323 B
PkgConfig
15 lines
323 B
PkgConfig
prefix=@prefix@
|
|
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: aqdiagram
|
|
Description: AqDiagram is a library for creating simple diagrams.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -laqdiagram
|
|
Cflags: -I${includedir}/aqdiagram
|
|
|
|
aqdatabase_typemakerdir=${prefix}/share/aqdiagram/typemaker2
|
|
|