X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FC%2Ftest%2FMakefile.am;h=e17047c150c0b2e60ca10b432f133a50600f7835;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=4afeaad30d8e2b3a638b1a127ee6294056fe3418;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 4afeaad30..e17047c15 100644 --- a/helm/DEVEL/gdome_xslt/C/test/Makefile.am +++ b/helm/DEVEL/gdome_xslt/C/test/Makefile.am @@ -3,12 +3,15 @@ noinst_PROGRAMS = test test_SOURCES = test.c -LDADDS = $(GDOME_LIBS) $(LIBXSLT_LIBS) +LDADDS = \ + $(GDOME_LIBS) \ + $(LIBXSLT_LIBS) \ + $(top_builddir)/C/gdome_xslt/libgdome_xslt.la test_LDADD = $(LDADDS) INCLUDES = \ $(GDOME_CFLAGS) \ $(LIBXSLT_CFLAGS) \ - -I$(top_srcdir)/gdome_xslt + -I$(top_srcdir)/C/gdome_xslt