blob: 0c208b7e9c3beb349e20ba375ac09ce786d9ad39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INCLUDES = -I$(srcdir)/.. $(all_includes)
METASOURCES = AUTO
#
noinst_LTLIBRARIES = libkhecodecs.la
libkhecodecs_la_SOURCES = kcharcodec.cpp kbytecodec.cpp \
ktextcharcodec.cpp kebcdic1047charcodec.cpp \
kbinarybytecodec.cpp koctalbytecodec.cpp \
kdecimalbytecodec.cpp khexadecimalbytecodec.cpp
# no public API
noinst_HEADERS = ktextcharcodec.h kebcdic1047charcodec.h \
kbinarybytecodec.h koctalbytecodec.h \
kdecimalbytecodec.h khexadecimalbytecodec.h
|