X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2FMakefile;h=cde6e854e2c23f82c588122bacee1d6e98e2d46a;hb=26b6ebf6609df422a80daa053013b76ffddd7a1f;hp=b7f21273aa04da6295e98b07c129bedb3704e4a2;hpb=9676e37a52824da2f69d22c721178a4b5dc12191;p=gdcm.git diff --git a/gdcmPython/Makefile b/gdcmPython/Makefile index b7f21273..cde6e854 100644 --- a/gdcmPython/Makefile +++ b/gdcmPython/Makefile @@ -6,7 +6,7 @@ SWIGFLAGS= -python -c++ TARGET=_gdcm.so GDCMDIR=../src -GDCMLIB=$(GDCMDIR)/libgdcm.a +GDCMLIB=$(GDCMDIR)/.libs/libgdcm.a GDCMINCLUDES=-I$(GDCMDIR) PYTHON=python