repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed dependent, not useful because it is just a driver script and causes problems...
[MPC.git]
/
config
/
lzo2.mpb
blob
c5a09f1ab4e2c304ff1f180247bff929ea0525c9
1
// -*- MPC -*-
2
feature(lzo2) {
3
// If the include files for lzo2 are not relative to the root (for
4
// example, /usr/include/lzo), set the LZO2_INCDIR environment variable.
5
expand(LZO2_INCDIR) {
6
$LZO2_INCDIR
7
$(LZO2_ROOT)/include
8
}
9
includes += $(LZO2_INCDIR)
10
libpaths += $(LZO2_ROOT)/lib
11
lit_libs += lzo2
12
}