Added initial libisoburn.pc.in file
This commit is contained in:
parent
125192847b
commit
a545c1f43d
12
libisoburn.pc.in
Normal file
12
libisoburn.pc.in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: libisofs
|
||||||
|
Description: ISO9660 filesystem extension library
|
||||||
|
Version: @VERSION@
|
||||||
|
Requires:
|
||||||
|
Libs: -L${libdir} -lisoburn
|
||||||
|
Cflags: -I${includedir}/libisoburn
|
||||||
|
|
Loading…
Reference in New Issue
Block a user