summaryrefslogtreecommitdiff
path: root/Source/Makefile.am
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-05-21 19:16:15 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-05-21 19:16:15 +0100
commit71e72c45ed89457e2a17f412219d37aad67040be (patch)
tree23042a7aa23d8a9f2c16f0e9e660729131426812 /Source/Makefile.am
parent9e4bce051d4bd33c09428bac05dc44f3503abd8a (diff)
downloadswig-71e72c45ed89457e2a17f412219d37aad67040be.tar.gz
Create separate extetnd.c file for handling extensions / %extend
This is just a simple code refactor, moving and function renaming to remove the %extend code out of the parser into its own file now that it isn't just used in the parser.
Diffstat (limited to 'Source/Makefile.am')
-rw-r--r--Source/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Makefile.am b/Source/Makefile.am
index d5331cba1..da65b2326 100644
--- a/Source/Makefile.am
+++ b/Source/Makefile.am
@@ -77,6 +77,7 @@ eswig_SOURCES = CParse/cscanner.c \
Swig/cwrap.c \
Swig/deprecate.c \
Swig/error.c \
+ Swig/extend.c \
Swig/fragment.c \
Swig/getopt.c \
Swig/include.c \