]> arthur.barton.de Git - netatalk.git/blob - libatalk/unicode/charsets/Makefile.am
remove automake warnings, from Houritsu Chu
[netatalk.git] / libatalk / unicode / charsets / Makefile.am
1 # Makefile.am for libatalk/unicode/charsets
2
3 noinst_LTLIBRARIES = libcharsets.la
4
5 AM_CFLAGS = -I$(top_srcdir)/sys @CFLAGS@ @ICONV_CFLAGS@
6 LIBS = 
7
8 libcharsets_la_SOURCES = \
9         mac_roman.c     \
10         mac_greek.c     \
11         mac_hebrew.c    \
12         mac_centraleurope.c     \
13         mac_turkish.c \
14         mac_cyrillic.c \
15         mac_japanese.c \
16         mac_chinese_trad.c \
17         mac_chinese_simp.c \
18         mac_korean.c \
19         generic_cjk.c \
20         generic_mb.c
21
22 noinst_HEADERS = \
23         mac_roman.h \
24         mac_greek.h \
25         mac_centraleurope.h \
26         mac_hebrew.h \
27         mac_turkish.h \
28         mac_cyrillic.h \
29         mac_japanese.h \
30         mac_chinese_trad.h \
31         mac_chinese_simp.h \
32         mac_korean.h \
33         generic_cjk.h \
34         generic_mb.h