]> arthur.barton.de Git - netatalk.git/blob - libatalk/unicode/charsets/Makefile.am
Fix compilation with Solaris 10 on x86, from HEAD
[netatalk.git] / libatalk / unicode / charsets / Makefile.am
1 # Makefile.am for libatalk/unicode/charsets
2
3 noinst_LTLIBRARIES = libcharsets.la
4
5 CFLAGS = -I$(top_srcdir)/sys @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         generic_mb.c
16
17 noinst_HEADERS = \
18         mac_roman.h \
19         mac_greek.h \
20         mac_centraleurope.h \
21         mac_hebrew.h \
22         mac_turkish.h \
23         mac_cyrillic.h \
24         generic_mb.h