+ do.pc
This commit is contained in:
parent
011f93da7d
commit
d8d8f1268d
1 changed files with 12 additions and 0 deletions
12
do.pc
Normal file
12
do.pc
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# Package Information for pkg-config
|
||||||
|
|
||||||
|
prefix=/usr
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include/do
|
||||||
|
|
||||||
|
Name: Distribution Object
|
||||||
|
Description: Distribution Object
|
||||||
|
Version: 1.0
|
||||||
|
Libs: -L${libdir} -ldo
|
||||||
|
Cflags: -I${includedir}
|
||||||
Reference in a new issue