comparison src/lib-charset/Makefile.am @ 9017:1b586a2fee8b HEAD

Build libdovecot.so and libdovecot-storage.so. Based on patch by Stephan Bosch.
author Timo Sirainen <tss@iki.fi>
date Fri, 03 Apr 2009 19:47:59 -0400
parents e77e4457d95c
children 3cac418eeab5
comparison
equal deleted inserted replaced
9016:fdcb1629ddcc 9017:1b586a2fee8b
1 noinst_LIBRARIES = libcharset.a 1 noinst_LTLIBRARIES = libcharset.la
2 2
3 AM_CPPFLAGS = \ 3 AM_CPPFLAGS = \
4 -I$(top_srcdir)/src/lib 4 -I$(top_srcdir)/src/lib
5 5
6 libcharset_a_SOURCES = \ 6 libcharset_la_SOURCES = \
7 charset-iconv.c \ 7 charset-iconv.c \
8 charset-utf8.c 8 charset-utf8.c
9 9
10 headers = \ 10 headers = \
11 charset-utf8.h 11 charset-utf8.h