aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo/embryo.pc.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/embryo/embryo.pc.in
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to 'libraries/embryo/embryo.pc.in')
-rw-r--r--libraries/embryo/embryo.pc.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/libraries/embryo/embryo.pc.in b/libraries/embryo/embryo.pc.in
deleted file mode 100644
index 540f27c..0000000
--- a/libraries/embryo/embryo.pc.in
+++ /dev/null
@@ -1,15 +0,0 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5datarootdir=@datarootdir@
6datadir=@datadir@/@PACKAGE@
7embryoincludedir=@embryoincludedir@
8
9Name: embryo
10Description: A small virtual machine engine and bytecode compiler
11@pkgconfig_requires_private@: @requirement_embryo@
12Version: @VERSION@
13Libs: -L${libdir} -lembryo
14Libs.private: @EFL_FNMATCH_LIBS@ -lm
15Cflags: -I${includedir}/embryo-@VMAJ@