Mozilla/mozilla/xulrunner/installer/libxul-embedding.pc.in
benjamin%smedbergs.us 266fac658e Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
git-svn-id: svn://10.0.0.236/trunk@231415 18797224-902f-48f8-a5cc-f745e15eee43
2007-08-03 14:46:28 +00:00

16 lines
557 B
PkgConfig

prefix=%prefix%
sdkdir=%sdkdir%
includedir=%includedir%
idldir=%idldir%
includetype=stable
# Note: the default pkg-config cflags will only list include directories
# that contain stable (frozen or safe for linking) header files. To include
# nonfrozen headers, run pkg-config with --define-variable=includetype=unstable
Name: libxul-embedding
Description: Static library for version-independent embedding of the Mozilla runtime
Version: %MOZILLA_VERSION%
Libs: -L${sdkdir}/lib -lxpcomglue
Cflags: -DXPCOM_GLUE -I${includedir}/${includetype} -fshort-wchar