diff options
Diffstat (limited to 'lib/kross/python/cxx/Makefile.am')
-rw-r--r-- | lib/kross/python/cxx/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kross/python/cxx/Makefile.am b/lib/kross/python/cxx/Makefile.am index 4e1377c00..702027dab 100644 --- a/lib/kross/python/cxx/Makefile.am +++ b/lib/kross/python/cxx/Makefile.am @@ -5,10 +5,10 @@ CXXFLAGS += $(USE_EXCEPTIONS) noinst_LTLIBRARIES = libkrosspythoncxx.la libkrosspythoncxx_la_SOURCES = \ - cxxsupport.cxx \ - cxx_extensions.cxx \ + cxxsupport.cpp \ + cxx_extensions.cpp \ cxxextensions.c \ - IndirectPythonInterface.cxx + IndirectPythonInterface.cpp libkrosspythoncxx_la_LDFLAGS = $(LIBPYTHON) $(all_libraries) -Wnounresolved |