Fixed memory leak.
[gedcom-parse.git] / utf8 / Makefile.am
index 670425f190a9cd0599963d9c3d4cc7aaf7a32f0b..b0419e5e29974437f32719c1df120c47eec54975 100644 (file)
@@ -5,9 +5,9 @@
 SUBDIRS = @LCS_SUBDIRS@ .
 
 INCLUDES = @LCS_INCLUDES@
-CFLAGS   = -g -O2 -W -Wall -pedantic -Wno-long-long
+CFLAGS   = -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@
 
 noinst_LTLIBRARIES = libutf8.la
-libutf8_la_SOURCES = utf8-locale.c utf8.c
+libutf8_la_SOURCES = utf8-locale.c utf8.c utf8-convert.c
 libutf8_la_LIBADD  = @LCS_LIBADD@ $(LIBICONV)
 noinst_HEADERS = utf8.h