From fa649ba31763c81b70909e62bbafab8b9e0973cb Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 2 Jan 2006 17:43:23 +0000 Subject: [PATCH] add swigkeys.c git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8188 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Makefile.am b/Source/Makefile.am index 513fcdc5c..a0c7e6cc6 100644 --- a/Source/Makefile.am +++ b/Source/Makefile.am @@ -85,7 +85,8 @@ eswig_SOURCES = CParse/cscanner.c \ Swig/typemap.c \ Swig/typesys.c \ Swig/warn.c \ - Swig/wrapfunc.c + Swig/wrapfunc.c \ + Swig/swigkeys.c bin_PROGRAMS = eswig eswig_LDADD = @SWIGLIBS@