diff options
| author | Christopher Davis <loafier@gmail.com> | 2006-07-26 10:18:15 +0000 |
|---|---|---|
| committer | Christopher Davis <loafier@gmail.com> | 2006-07-26 10:18:15 +0000 |
| commit | c0ac6d60c5319a08148d743fd03ba3f66b22dfe0 (patch) | |
| tree | c6ef42493a981f530f498c50d7573ae028c84a6a /objects/Makefile | |
| parent | d01927add7ccbc6d98e31c87640b8711e2d60d4a (diff) | |
| download | irssi-python-c0ac6d60c5319a08148d743fd03ba3f66b22dfe0.tar.gz irssi-python-c0ac6d60c5319a08148d743fd03ba3f66b22dfe0.tar.xz irssi-python-c0ac6d60c5319a08148d743fd03ba3f66b22dfe0.zip | |
got statusbar working, needs a bit more testing
git-svn-id: http://svn.irssi.org/repos/irssi-python@4301 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'objects/Makefile')
| -rw-r--r-- | objects/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objects/Makefile b/objects/Makefile index 39f6195..db2c7bb 100644 --- a/objects/Makefile +++ b/objects/Makefile @@ -1,7 +1,7 @@ CC = gcc PYTHON = /usr/include/python2.4 -IRSSI = /usr/local/include/irssi +IRSSI = /home/chrisd/irssi-0.8.10 CFLAGS = -fpic -ggdb -Wall -I$(PYTHON) -I$(IRSSI) -I$(IRSSI)/src \ -I$(IRSSI)/src/fe-common/core -I$(IRSSI)/src/core -I$(IRSSI)/src/fe-text \ -I$(IRSSI)/src/irc -I$(IRSSI)/src/irc/core -I$(IRSSI)/src/irc/dcc \ @@ -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 \ -factory.o +statusbar-item-object.o factory.o pyobjects.a: $(OBJ) ar r pyobjects.a $(OBJ) |
