set only required library

This commit is contained in:
fps 2013-09-05 14:44:15 +00:00
parent 8c68aaf7bc
commit 07312a1c50
2 changed files with 3 additions and 4 deletions

View File

@ -65,7 +65,6 @@ dist_libXAO_la_SOURCES = \
StringStep.cxx \ StringStep.cxx \
XaoExporter.cxx XaoExporter.cxx
libXAO_la_CPPFLAGS = \ libXAO_la_CPPFLAGS = \
$(GEOM_CXXFLAGS) \ $(GEOM_CXXFLAGS) \
$(CAS_CPPFLAGS) \ $(CAS_CPPFLAGS) \
@ -76,5 +75,7 @@ libXAO_la_CPPFLAGS = \
libXAO_la_LDFLAGS = \ libXAO_la_LDFLAGS = \
$(CAS_LDPATH) \ $(CAS_LDPATH) \
$(LIBXML_LIBS) \ $(LIBXML_LIBS) \
$(GEOM_LDFLAGS) $(KERNEL_LDFLAGS) \
$(GEOM_LDFLAGS) \
-lOpUtil -lTKBRep -lTKTopAlgo -lxml2

View File

@ -34,8 +34,6 @@ TestXAO_LDFLAGS = \
$(CAS_LDPATH) \ $(CAS_LDPATH) \
$(LIBXML_LIBS) \ $(LIBXML_LIBS) \
$(GEOM_LDFLAGS) \ $(GEOM_LDFLAGS) \
-lxml2 \
../../GEOMBase/libGEOMBase.la \
../libXAO.la ../libXAO.la
dist_TestXAO_SOURCES = \ dist_TestXAO_SOURCES = \