Add compiler flags for warnings.
[gedcom-parse.git] / utf8 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
3 # $Name$
4
5 SUBDIRS = libcharset .
6
7 INCLUDES = -I $(srcdir)/libcharset
8 CFLAGS   = -g -O2 -W -Wall -pedantic -Wno-long-long
9
10 noinst_LTLIBRARIES = libutf8.la
11 libutf8_la_SOURCES = utf8-locale.c
12 libutf8_la_LDFLAGS = $(LIBICONV)
13 libutf8_la_LIBADD  = libcharset/libcharset.la
14 noinst_HEADERS = utf8-locale.h