mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
s/core/common/ - because make clean tried to delete it :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@715 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6fc2a34121
commit
391a419a1f
16 changed files with 2 additions and 2 deletions
6
src/perl/common/Makefile.PL.in
Normal file
6
src/perl/common/Makefile.PL.in
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile('NAME' => 'Irssi',
|
||||
'LIBS' => '',
|
||||
'INC' => '-I@top_srcdir@/src -I@top_srcdir@/src/core @GLIB_CFLAGS@',
|
||||
'VERSION_FROM' => '@srcdir@/Irssi.pm');
|
||||
Loading…
Add table
Add a link
Reference in a new issue