]> andersk Git - splint.git/blobdiff - test/Makefile.am
Added doc/ directory
[splint.git] / test / Makefile.am
index e453934adb37f0b315a11e7629d5b08a5e99e2ab..724a0598de609d53c061c335cd7974884391365a 100644 (file)
@@ -8,10 +8,10 @@ DIFFFLAGS = -u
 
 ## Set up the lclint commands
 
-LCLINT    = $(top_builddir)/bin/lclint$(EXEEXT)
+LCLINT    = $(top_builddir)/src/lclint$(EXEEXT)
 
 ### This is horrible!  Can't we make top_builddir absolute?
-LCLINTNEST = ../$(top_builddir)/bin/lclint$(EXEEXT)
+LCLINTNEST = ../$(top_builddir)/src/lclint$(EXEEXT)
 
 LCLINTPNEST = @$(LCLINTNEST)
 LCLINTP   = @$(LCLINT)
This page took 0.058221 seconds and 4 git commands to generate.