summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 2344c9ce8efe54fe6359b34500b50d0f4a7c68c8 (plain)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
WriteMakefile(
	NAME              => 'Pikul',
	INC               => '`pkg-config --cflags json-c`',
	LIBS              => ['-lpikul -lcurl -ljson-c'],
	OBJECT            => '$(O_FILES)'
);