summaryrefslogtreecommitdiff
path: root/src/seleng/Makefile.am
blob: 25ad853c56134115a188267ce35d6d31bdcc43f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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@