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:
Timo Sirainen 2000-10-03 19:10:24 +00:00 committed by cras
commit 391a419a1f
16 changed files with 2 additions and 2 deletions

16
src/perl/common/Irssi.xs Normal file
View file

@ -0,0 +1,16 @@
#include "module.h"
#include "levels.h"
MODULE = Irssi PACKAGE = Irssi
PROTOTYPES: ENABLE
INCLUDE: Channel.xs
INCLUDE: Core.xs
INCLUDE: Log.xs
INCLUDE: Masks.xs
INCLUDE: Query.xs
INCLUDE: Rawlog.xs
INCLUDE: Server.xs
INCLUDE: Settings.xs
INCLUDE: Window.xs