cad5485c5e
Respect CC and CFLAGS
7 lines
235 B
Plaintext
7 lines
235 B
Plaintext
--- Makefile.orig Sat Mar 30 23:01:25 2002
|
|
+++ Makefile Sat Mar 30 23:01:40 2002
|
|
@@ -0,0 +1,3 @@
|
|
+all:
|
|
+ ${CC} ${CFLAGS} -shared bg5pdflib.c -I/usr/local/include -I /usr/local/include/python2.2 -L/usr/local/lib -lpdf -o bg5pdflib.so
|
|
+
|