dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
707b9f3
)
Added utf8.c
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Fri, 22 Nov 2002 20:59:28 +0000
(20:59 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Fri, 22 Nov 2002 20:59:28 +0000
(20:59 +0000)
Renamed utf8_locale.h to utf8.h
utf8/Makefile.am
patch
|
blob
|
history
diff --git
a/utf8/Makefile.am
b/utf8/Makefile.am
index 7fe0f73118a5a5474c83cdac0b5329ec82027560..670425f190a9cd0599963d9c3d4cc7aaf7a32f0b 100644
(file)
--- a/
utf8/Makefile.am
+++ b/
utf8/Makefile.am
@@
-8,6
+8,6
@@
INCLUDES = @LCS_INCLUDES@
CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long
noinst_LTLIBRARIES = libutf8.la
-libutf8_la_SOURCES = utf8-locale.c
+libutf8_la_SOURCES = utf8-locale.c
utf8.c
libutf8_la_LIBADD = @LCS_LIBADD@ $(LIBICONV)
-noinst_HEADERS = utf8
-locale
.h
+noinst_HEADERS = utf8.h