From f13ea25509e932d426ebd69d90368fe9b1d4c1ab Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Sat, 12 Aug 2006 21:58:42 +0000 Subject: added support for constants git-svn-id: http://svn.irssi.org/repos/irssi-python@4311 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dad96b9..123e0ed 100644 --- a/Makefile +++ b/Makefile @@ -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 pystatusbar.o +pythemes.o pystatusbar.o pyconstants.o pyirssi: pyobjects.a $(OBJ) $(CC) -shared -o libirssi_python.so $(OBJ) objects/pyobjects.a $(LDFLAGS) @@ -27,7 +27,7 @@ signalmap: awk -f sig2code.awk ~/irssi-0.8.10/docs/signals.txt > pysigmap.h constants: - awk -f constants.awk constants.txt > pyconstants.h + awk -f constants.awk constants.txt > pyconstants.c clean: rm -f *.o *.so -- cgit