view src/lib-charset/Makefile.am @ 2796:fb7f862194b5 HEAD

Upgrades to autoconf 2.5 and automake >1.4.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Oct 2004 02:05:53 +0300
parents 5470c0cb13a7
children e77e4457d95c
line wrap: on
line source

noinst_LIBRARIES = libcharset.a

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

libcharset_a_SOURCES = \
	charset-iconv.c \
	charset-utf8.c

noinst_HEADERS = \
	charset-utf8.h