summaryrefslogtreecommitdiffstats
path: root/engines/Makefile.am
blob: 307fddf60eb7ba729cce79cb7f6c9f62c9672917 (plain)
1
2
3
4
5
6
7
8
9
10
11
lib_LTLIBRARIES =

libdir = $(pkgdatadir)/engines

if HAVE_RCD
lib_LTLIBRARIES += librussian.la
librussian_la_SOURCES = russian.c
librussian_la_LDFLAGS = -module -avoid-version -export-symbols-regex "rccGetInfo"
endif

INCLUDES = -I../src @RCD_INCLUDES@