summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/lib/Makefile.am')
-rw-r--r--Build/source/libs/teckit/lib/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/Build/source/libs/teckit/lib/Makefile.am b/Build/source/libs/teckit/lib/Makefile.am
deleted file mode 100644
index bcf7b29283f..00000000000
--- a/Build/source/libs/teckit/lib/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-AUTOMAKE_OPTIONS = 1.6
-
-ZLIBDIR = $(top_builddir)/../zlib
-ZLIBSRCDIR = $(top_srcdir)/../zlib
-
-ZLIBCPPFLAGS = @ZLIBCPPFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/source/Public-headers $(ZLIBCPPFLAGS)
-AM_CFLAGS = $(AM_CPPFLAGS)
-
-lib_LTLIBRARIES = libTECkit_Compiler.la libTECkit.la
-
-## libTECkit_Compiler_la_LIBADD = @LDZLIB@
-## libTECkit_la_LIBADD = @LDZLIB@
-
-include ../source/Makefile.am
-