view src/lib-charset/Makefile.am @ 18381:36ca0e03bd06

Cleanup for libcharset's iconv linking. Linking libcharset.la now automatically links with the necessary iconv libraries.
author Timo Sirainen <tss@iki.fi>
date Sun, 22 Mar 2015 18:59:51 +0200
parents eee1e2a1c25b
children dcaf508860ad
line wrap: on
line source

noinst_LTLIBRARIES = libcharset.la

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib

libcharset_la_LIBADD = $(LTLIBICONV)
libcharset_la_SOURCES = \
	charset-iconv.c \
	charset-utf8.c

headers = \
	charset-utf8.h

pkginc_libdir=$(pkgincludedir)
pkginc_lib_HEADERS = $(headers)