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 /Makefile | |
| parent | d01927add7ccbc6d98e31c87640b8711e2d60d4a (diff) | |
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 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ @@ -12,7 +12,7 @@ CFLAGS = -fpic -ggdb -Wall -I$(PYTHON) -I$(IRSSI) -I$(IRSSI)/src \ LDFLAGS = -fpic /usr/lib/libpython2.4.so OBJ = pycore.o pyutils.o pymodule.o pyloader.o pysignals.o pysource.o \ -pythemes.o +pythemes.o pystatusbar.o pyirssi: pyobjects.a $(OBJ) $(CC) -shared -o libirssi_python.so $(OBJ) objects/pyobjects.a $(LDFLAGS) |
