diff options
Diffstat (limited to 'Build/source/libs/teckit/Makefile.in')
-rw-r--r-- | Build/source/libs/teckit/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/teckit/Makefile.in b/Build/source/libs/teckit/Makefile.in index 80c96feb85d..9fcd3dea042 100644 --- a/Build/source/libs/teckit/Makefile.in +++ b/Build/source/libs/teckit/Makefile.in @@ -187,8 +187,8 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 INCLUDES = -I$(top_srcdir)/source/Public-headers $(ZLIB_INCLUDES) AM_CPPFLAGS = -DNDEBUG -@build_TRUE@noinst_LIBRARIES = libTECkit.a -EXTRA_LIBRARIES = libTECkit_Compiler.a libTECkit.a +noinst_LIBRARIES = libTECkit.a +EXTRA_LIBRARIES = libTECkit_Compiler.a libTECkit_Compiler_a_SOURCES = \ source/Compiler.cpp \ source/UnicodeNames.cpp |