mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +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
16
src/perl/common/Irssi.xs
Normal file
16
src/perl/common/Irssi.xs
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue