summaryrefslogtreecommitdiff
path: root/Source/Makefile.am
diff options
context:
space:
mode:
authorm <markok@ubuntu-ProBook-4710s.(none)>2013-01-10 08:28:20 +0100
committerm <markok@ubuntu-ProBook-4710s.(none)>2013-01-10 08:28:20 +0100
commitdd775a6ca96353533c2a33eb1ffa28c994c0ddb6 (patch)
tree4f3a680cf3f8e46dc8c06bf260a5f8edf8247b76 /Source/Makefile.am
parent8d61aae0fb913bd779b975645af12e12b3fa8565 (diff)
downloadswig-dd775a6ca96353533c2a33eb1ffa28c994c0ddb6.tar.gz
Files Token.cpp and TokenList.cpp removed from makefile. TokenList was replaced with std::vecor, Token is now nested class of DoxygenParser
Diffstat (limited to 'Source/Makefile.am')
-rw-r--r--Source/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Makefile.am b/Source/Makefile.am
index 6a5cb91b0..b3838ba75 100644
--- a/Source/Makefile.am
+++ b/Source/Makefile.am
@@ -98,11 +98,7 @@ eswig_SOURCES = CParse/cscanner.c \
DoxygenTranslator/src/JavaDocConverter.h\
DoxygenTranslator/src/JavaDocConverter.cpp\
DoxygenTranslator/src/PyDocConverter.h\
- DoxygenTranslator/src/PyDocConverter.cpp\
- DoxygenTranslator/src/Token.h\
- DoxygenTranslator/src/Token.cpp\
- DoxygenTranslator/src/TokenList.h\
- DoxygenTranslator/src/TokenList.cpp
+ DoxygenTranslator/src/PyDocConverter.cpp
bin_PROGRAMS = eswig
eswig_LDADD = @SWIGLIBS@