From 53be78966888f2d5696da029572b6964f030be9d Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 19 Jan 2000 03:28:57 +0000 Subject: [PATCH] Added LParse git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@111 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f504a73a0..bd9d67e9e 100644 --- a/configure.in +++ b/configure.in @@ -454,4 +454,4 @@ AC_SUBST(PERL5EXT) # stuff, we're going to skip it! AC_OUTPUT(Makefile Source/Swig/Makefile Source/DOH/Doh/Makefile Source/DOH/Makefile Source/Preprocessor/Makefile Source/SWIG1.1/Makefile - Source/Modules1.1/Makefile Examples/Makefile) + Source/Modules1.1/Makefile Source/LParse/Makefile Examples/Makefile)