Import('env')
output = "../../../../Binary/linux/Plugins/padsimple.so"
files = ["main.cpp",
		 ]
env.SharedLibrary(output, files, LIBS=["common"])
