summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: bef8240f73c7c50c943e6c7309f0d4b3f0885bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
lib_LTLIBRARIES = librcc.la
librcc_la_SOURCES = librcc.c \
    rcclocale.c rcclocale.h \
    lng.c lng.h \
    opt.c opt.h \
    lngconfig.c lngconfig.h \
    curconfig.c curconfig.h \
    rccconfig.c rccconfig.h \
    rcclist.c rcclist.h \
    plugin.c plugin.h \
    rccenca.c rccenca.h \
    engine.c engine.h \
    rccstring.c rccstring.h \
    rccxml.c rccxml.h \
    rcciconv.c rcciconv.h \
    fs.c fs.h \
    recode.c recode.h \
    internal.h
include_HEADERS = librcc.h

INCLUDES = @XML_INCLUDES@ @RCD_INCLUDES@ @ENCA_INCLUDES@
librcc_la_LIBADD = @XML_LIBS@ @RCD_LIBS@ @ENCA_LIBS@
librcc_la_LDFLAGS = -version-info @LIBRCC_VERSION_INFO@