From: <vac...@us...> - 2008-11-25 16:03:03
|
Revision: 100 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=100&view=rev Author: vaclavslavik Date: 2008-11-25 16:03:00 +0000 (Tue, 25 Nov 2008) Log Message: ----------- fixed Automake warning about different definitions of LIBS Modified Paths: -------------- trunk/tests/xslt/Makefile.am Modified: trunk/tests/xslt/Makefile.am =================================================================== --- trunk/tests/xslt/Makefile.am 2008-11-25 16:02:25 UTC (rev 99) +++ trunk/tests/xslt/Makefile.am 2008-11-25 16:03:00 UTC (rev 100) @@ -1,9 +1,9 @@ -if WITH_XSLT - AM_CPPFLAGS = -I$(top_srcdir)/include LIBS = ../../src/libxsltwrapp.la ../../src/libxmlwrapp.la +if WITH_XSLT + TESTS = runtest.pl noinst_PROGRAMS = \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |