]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
perl lib: add -ltirpc to Makefile.PL
authorPhilipp Klaus <philipp.l.klaus@web.de>
Mon, 22 Oct 2018 14:16:09 +0000 (16:16 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 23 Oct 2018 16:47:45 +0000 (18:47 +0200)
libtrbnet_perl/Makefile.PL

index 8cc79ca142ea343a1d8d87902bd567301dc8ef6d..4af777249401ee06a11ca560cfa7757ad64ae932 100644 (file)
@@ -12,6 +12,6 @@ WriteMakefile(
        AUTHOR         => 'Hades DAQ <hadaq@>') : ()),
    INC                => '-I../libtrbnet',
    DEFINE             => '',
-   LIBS               => '-L../trbnetd -ltrbnet',
+   LIBS               => '-L../trbnetd -ltrbnet -ltirpc',
    OBJECT             => '$(O_FILES)'
 );