]> arthur.barton.de Git - bup.git/commitdiff
Make now calls python2.5-config.
authorDavid Wolever <wolever@lazarus.wolever.net>
Tue, 5 Jan 2010 05:59:11 +0000 (00:59 -0500)
committerDavid Wolever <wolever@lazarus.wolever.net>
Tue, 5 Jan 2010 05:59:11 +0000 (00:59 -0500)
Makefile

index e19cd3b00215ef75a82e2f73a4186f073c2d12a7..8351d9e9ad6f2c8852770841b6dd006f559d4795 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wall -g -O2 -Werror -I/usr/include/python2.5 -g -fPIC
+CFLAGS=-Wall -g -O2 -Werror `python2.5-config --includes` -g -fPIC
 
 default: all