summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/perl/Makefile.PL
blob: 7a4d7f03dc810d3f7eabd439e940ebe2f2108098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl -w

use strict;

use ExtUtils::MakeMaker;
use Config;

WriteMakefile(
    NAME              => 'cqpid_perl',
    PREREQ_PM         => {},
    LIBS              => ["-lqpidmessaging -lqpidtypes"],
    C                 => ['cqpid_perl.cpp'],
);