summaryrefslogtreecommitdiffstats
path: root/objects/Makefile
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-10 02:10:22 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-10 02:10:22 +0000
commitb1b54c58af7cd9419631d7b82b860a7b19097836 (patch)
treebd0a8c8cd93ad473a3d835de14b2481d3c5a5c83 /objects/Makefile
parentc0ac6d60c5319a08148d743fd03ba3f66b22dfe0 (diff)
downloadirssi-python-b1b54c58af7cd9419631d7b82b860a7b19097836.tar.gz
irssi-python-b1b54c58af7cd9419631d7b82b860a7b19097836.tar.xz
irssi-python-b1b54c58af7cd9419631d7b82b860a7b19097836.zip
added function headers to documentation of module and all objects.
added MainWindow object git-svn-id: http://svn.irssi.org/repos/irssi-python@4310 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'objects/Makefile')
-rw-r--r--objects/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects/Makefile b/objects/Makefile
index db2c7bb..6cc56fb 100644
--- a/objects/Makefile
+++ b/objects/Makefile
@@ -16,7 +16,7 @@ rawlog-object.o log-object.o logitem-object.o ignore-object.o \
dcc-object.o dcc-chat-object.o dcc-get-object.o dcc-send-object.o \
netsplit-object.o netsplit-server-object.o netsplit-channel-object.o \
notifylist-object.o process-object.o command-object.o theme-object.o \
-statusbar-item-object.o factory.o
+statusbar-item-object.o main-window-object.o factory.o
pyobjects.a: $(OBJ)
ar r pyobjects.a $(OBJ)