Merge pull request #40 from jwillemsen/master
[MPC.git] / config / lzo1.mpb
blob4fd81027fd1d6e8ce09ee06da75974e2e62aa9b3
1 // -*- MPC -*-
2 feature(lzo1) {
3   // If the include files for lzo1 are not relative to the root (for
4   // example, /usr/include/lzo), set the LZO1_INCDIR environment variable.
5   expand(LZO1_INCDIR) {
6     $LZO1_INCDIR
7     $(LZO1_ROOT)/include
8   }
9   includes += $(LZO1_INCDIR)
10   libpaths += $(LZO1_ROOT)/lib
11   specific (prop:microsoft) {
12     lit_libs += liblzo
13   } else {
14     lit_libs += lzo
15   }