1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

Pass $(srcdir) to setup.py

(This used to be commit 1926828c5d)
This commit is contained in:
Tim Potter
2002-03-26 06:22:21 +00:00
parent 8391260e13
commit 258b72c96d

View File

@@ -33,6 +33,7 @@ diff -u -r1.458 Makefile.in
+python_ext: $(PYTHON_OBJS)
+ @echo python python/setup.py build
+ @PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
+ SRCDIR="$(srcdir)/" \
+ python python/setup.py build
+
+