summaryrefslogtreecommitdiffstats
path: root/trunk/bitbake-ng/bitbake-0.0.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/bitbake-ng/bitbake-0.0.pc.in')
-rw-r--r--trunk/bitbake-ng/bitbake-0.0.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/trunk/bitbake-ng/bitbake-0.0.pc.in b/trunk/bitbake-ng/bitbake-0.0.pc.in
new file mode 100644
index 000000000..9ed4c60a2
--- /dev/null
+++ b/trunk/bitbake-ng/bitbake-0.0.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @PACKAGE@
+Description: @PACKAGE_DESCRIPTION@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lbitbake-@LT_RELEASE@
+Cflags: -I${includedir}/bitbake-@LT_RELEASE@