ipkg: remove more auto-generated files
[oweals/opkg-lede.git] / libipkg.pc.in
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: libipkg
7 Description: ipkg package manager library
8 Version: @VERSION@
9 Libs: -L${libdir} -lipkg
10 Cflags: -I${includedir}/libipkg
11