summaryrefslogtreecommitdiff
path: root/src/seleng/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/seleng/Makefile.am')
-rw-r--r--src/seleng/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/seleng/Makefile.am b/src/seleng/Makefile.am
deleted file mode 100644
index 25ad853..0000000
--- a/src/seleng/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-SELENG_SRCS= cr-style.c cr-style.h cr-sel-eng.c cr-sel-eng.h cr-fonts.c cr-fonts.h
-EXTRA_DIST=$(SELENG_SRCS)
-
-if HAVE_SELENG
-lib_LTLIBRARIES=libcrseleng.la
-
-crselengincdir=$(includedir)/@PACKAGE@/seleng
-crselenginc_HEADERS= cr-fonts.h cr-sel-eng.h cr-style.h
-
-#the selection engine files
-
-libcrseleng_la_SOURCES=$(SELENG_SRCS)
-INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/src/parser -I$(top_srcdir)/intl \
-@GLIB2_CFLAGS@ @LIBXML2_CFLAGS@
-
-LDADD=$(top_srcdir)/src/parser/libcroco.la
-endif
-libcrseleng_la_LDFLAGS=-version-info @LIBCRSELENG_VERSION_INFO@ @LIBXML2_LIBS@