1# Try to invoke linker constant string deduplication,
2# to ensure we are not clobbering shared strings.
3# Name everything possible just as "foo".
4foolib = shared_library('foo', 'foo.c',
5  install_dir : 'foo',
6  install : true)
7