summaryrefslogtreecommitdiff
path: root/modules/khmer/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'modules/khmer/Makefile.am')
-rw-r--r--modules/khmer/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/khmer/Makefile.am b/modules/khmer/Makefile.am
deleted file mode 100644
index f191ea51..00000000
--- a/modules/khmer/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-include $(top_srcdir)/modules/Module.mk
-
-if HAVE_FREETYPE
-INCLUDES += $(FREETYPE_CFLAGS)
-if INCLUDE_KHMER_FC
-noinst_LTLIBRARIES += libpango-khmer-fc.la
-else
-if DYNAMIC_KHMER_FC
-module_LTLIBRARIES += pango-khmer-fc.la
-endif
-endif
-endif
-
-fc_sources = \
- khmer-fc.c
-
-pango_khmer_fc_la_LDFLAGS = -module $(MODULE_LIBTOOL_OPTIONS)
-pango_khmer_fc_la_LIBADD = $(pangoft2libs)
-pango_khmer_fc_la_SOURCES = $(fc_sources)
-libpango_khmer_fc_la_SOURCES = $(fc_sources)
-libpango_khmer_fc_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_khmer_fc
-
--include $(top_srcdir)/git.mk