bce4031
diff -up pycups-1.9.49/Makefile.pycups-build pycups-1.9.49/Makefile
bce4031
--- pycups-1.9.49/Makefile.pycups-build	2010-03-22 12:46:31.351447572 +0000
bce4031
+++ pycups-1.9.49/Makefile	2010-03-22 12:46:41.155449391 +0000
bce4031
@@ -31,7 +31,7 @@ dist:
bce4031
 install:
bce4031
 	ROOT= ; \
bce4031
 	if [ -n "$$DESTDIR" ]; then ROOT="--root $$DESTDIR"; fi; \
bce4031
-	python setup.py install $$ROOT
bce4031
+	CFLAGS=-DVERSION=\\\"$(VERSION)\\\" python setup.py install $$ROOT
bce4031
 
bce4031
 .PHONY: doc clean dist install
bce4031