Displaying 4 results from an estimated 4 matches for "libutf8_la_sourc".
Did you mean:
libutf8_la_sources
2016 Jan 31
2
questions about utf8 library
...utf8/Makefile.am
>> have iconvert.h inside EXTRA_DIST, although iconvert.c includes it.
>> Why?
>
> EXTRA_DIST is for files that are not listed elsewhere in the Makefile.am
> but which need to end up in the distribution tarball.
So should it be moved from EXTRA_DIST into utf8_libutf8_la_SOURCES/libutf8_la_SOURCES
where iconvert.c is mentioned?
>> 2) What's the purpose of charsetmap.h? It seems that it's not used
>> anywhere.
>
> It was added in 2002, but like you said is not used anywhere.
>
> I'll remove it.
BTW, it's still referenced in EXTR...
2016 Jan 30
2
questions about utf8 library
1) Both src/share/Makefile.am and src/share/utf8/Makefile.am
have iconvert.h inside EXTRA_DIST, although iconvert.c includes it.
Why?
2) What's the purpose of charsetmap.h? It seems that it's not used
anywhere.
2016 Jan 31
0
questions about utf8 library
lvqcl wrote:
> So should it be moved from EXTRA_DIST into utf8_libutf8_la_SOURCES/libutf8_la_SOURCES
> where iconvert.c is mentioned?
Yes, it should. Fixed.
> >> 2) What's the purpose of charsetmap.h? It seems that it's not used
> >> anywhere.
> >
> > It was added in 2002, but like you said is not used anywhere.
> >
> > I&...
2004 Sep 10
1
flac-1.1.0: libtool warnings
...e/utf8/Makefile.am 2003-01-25 21:15:36 +0300
+++ flac-1.1.0/src/share/utf8/Makefile.am 2004-02-05 03:52:31 +0300
@@ -4,9 +4,9 @@
INCLUDES = -I$(top_srcdir)/include/share
-noinst_LIBRARIES = libutf8.a
+noinst_LTLIBRARIES = libutf8.la
-libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
+libutf8_la_SOURCES = charset.c charset.h iconvert.c utf8.c
EXTRA_DIST = \
Makefile.lite \
--- flac-1.1.0~/src/test_grabbag/cuesheet/Makefile.am 2003-01-25 21:15:58 +0300
+++ flac-1.1.0/src/test_grabbag/cuesheet/Makefile.am 2004-02-05 03:52:31 +0300
@@ -25,8 +25,8 @@
test_cuesheet_SOURCES = \
main.c
test_cu...