mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-03-09 15:40:14 +00:00
dedupfs added
This commit is contained in:
parent
5b4ed0194e
commit
4d66c44764
14 changed files with 2877 additions and 1 deletions
4
dedupfs/lzo/setup.py
Normal file
4
dedupfs/lzo/setup.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from distutils.core import setup, Extension
|
||||
|
||||
setup(name = "LZO", version = "1.0",
|
||||
ext_modules = [Extension("lzo", ["lzomodule.c"], libraries=['lzo2'])])
|
||||
Loading…
Add table
Add a link
Reference in a new issue