2008-08-26 14:05:23 -04:00
|
|
|
prefix=!!PREFIX!!
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/xulrunner
|
|
|
|
includedir=${prefix}/xulrunner/include
|
|
|
|
|
2008-08-28 21:16:47 -04:00
|
|
|
Name: xulrunner-embedding
|
2008-08-26 14:05:23 -04:00
|
|
|
Description: Static library for version-independent embedding of the Mozilla runtime
|
|
|
|
Version: !!VERSION!!
|
|
|
|
Libs: -L${libdir} -lxpcomglue
|
2008-08-28 21:16:47 -04:00
|
|
|
Cflags: -DXPCOM_GLUE -I${includedir} -I${includedir}/xpcom -I${includedir}/string -I${includedir}/gtkembedmoz
|