X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FC%2B%2B%2Ftest%2FMakefile.am;fp=helm%2FDEVEL%2Fgdome_xslt%2FC%2B%2B%2Ftest%2FMakefile.am;h=12a08d07ac266f479bb83a5338284f25e3798ea7;hb=3a92e3423f1dcf50a23d42a1d9e40a703cb45db2;hp=d65ab428e157687f75be42eba77b45082df182b9;hpb=c640e15d6309c8aaeeb8d4ce25b31ec1d588dcd3;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/C++/test/Makefile.am b/helm/DEVEL/gdome_xslt/C++/test/Makefile.am index d65ab428e..12a08d07a 100644 --- a/helm/DEVEL/gdome_xslt/C++/test/Makefile.am +++ b/helm/DEVEL/gdome_xslt/C++/test/Makefile.am @@ -6,13 +6,13 @@ test_SOURCES = main.cc LDADDS = \ $(GMETADOM_LIBS) \ $(LIBXSLT_LIBS) \ - $(top_builddir)/gdome_xslt/.libs/libgdome_xslt_cpp_smart.a + $(top_builddir)/C++/gdome_xslt/libgdome_xslt_cpp_smart.la test_LDADD = $(LDADDS) INCLUDES = \ $(GMETADOM_CFLAGS) \ $(LIBXSLT_CFLAGS) \ - -I$(top_srcdir)/gdome_xslt \ - -I$(top_srcdir)/../C/gdome_xslt + -I$(top_srcdir)/C/gdome_xslt \ + -I$(top_srcdir)/C++/gdome_xslt