X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fperl%2FMakefile.PL;fp=lib%2Fperl%2FMakefile.PL;h=d904dc62ac1fa7795a6c82901c0439d0c7eb2d3d;hb=796067c0fd5287fc8b45b8d86d4f48716f7ea824;hp=0000000000000000000000000000000000000000;hpb=4a74453af4ba09474ed2aacc5ba1a3bb474cf5d7;p=doldaconnect.git diff --git a/lib/perl/Makefile.PL b/lib/perl/Makefile.PL new file mode 100644 index 0000000..d904dc6 --- /dev/null +++ b/lib/perl/Makefile.PL @@ -0,0 +1,6 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => "Dolcon::UI", + LIBS => ["-ldcui"], + VERSION_FROM => 'dcui.pm', +);