diff options
Diffstat (limited to 'src/perl/ui/Makefile.PL.in')
-rw-r--r-- | src/perl/ui/Makefile.PL.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perl/ui/Makefile.PL.in b/src/perl/ui/Makefile.PL.in index 601c3b9d..a349918e 100644 --- a/src/perl/ui/Makefile.PL.in +++ b/src/perl/ui/Makefile.PL.in @@ -2,6 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile('NAME' => 'Irssi::UI', 'LIBS' => '', + 'OBJECT' => '$(O_FILES)', 'TYPEMAPS' => ['../common/typemap'], 'INC' => '-I../../.. -I@top_srcdir@/src -I@top_srcdir@/src/core -I@top_srcdir@/src/fe-common/core @GLIB_CFLAGS@', 'VERSION_FROM' => '@srcdir@/UI.pm'); |