You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeutils/khexedit/lib/codecs/Makefile.am

15 lines
572 B

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