X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=3d7dfb1c86a4d8c470c50ab7e280bf1711692b32;hb=1eda7ee52765a1ddcbed31ff058914c18817e548;hp=fb3312b5cb193700bc119ea0574859210710494d;hpb=08bcda4a3ee505339873a4368e523dc51caa02cb;p=tools%2Fhxx2salome.git diff --git a/src/Makefile.am b/src/Makefile.am index fb3312b..3d7dfb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = ghxx2salome AM_CPPFLAGS = -I ${QTDIR}/include -DBINDIR="\"${bindir}\"" -LDADD = -L${QTDIR}/lib -lqt-mt +LDADD = -L${QTDIR}/lib${LIB_LOCATION_SUFFIX} -lqt-mt CLEANFILES = hxx2salome_moc.cpp hxx2salome.h hxx2salome.cpp ghxx2salome_SOURCES = main.cpp hxx2salome.cpp hxx2salome_moc.cpp