[xiph-cvs] cvs commit: vorbis-tools/share Makefile.am
Stan Seibert
volsung at xiph.org
Mon Dec 17 06:06:10 PST 2001
volsung 01/12/17 06:06:09
Modified: . Tag: volsung_kc_20011011 configure.in
share Tag: volsung_kc_20011011 Makefile.am
Log:
Furthur build fixes.
Revision Changes Path
No revision
No revision
1.21.2.1.2.6 +1 -1 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.21.2.1.2.5
retrieving revision 1.21.2.1.2.6
diff -u -r1.21.2.1.2.5 -r1.21.2.1.2.6
--- configure.in 2001/12/16 04:38:35 1.21.2.1.2.5
+++ configure.in 2001/12/17 14:06:08 1.21.2.1.2.6
@@ -134,7 +134,7 @@
AC_CHECK_LIB(nsl, gethostbyname, SOCKET_LIBS="-lnsl $SOCKET_LIBS")
SHARE_LIBS='$(top_srcdir)/share/libutf8.a $(top_srcdir)/share/libgetopt.a'
-SHARE_CFLAGS='-I$(top_srcdir)/share'
+SHARE_CFLAGS='-I$(top_srcdir)/include'
dnl --------------------------------------------------
dnl Check for library functions
No revision
No revision
1.3.2.2 +2 -2 vorbis-tools/share/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/share/Makefile.am,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- Makefile.am 2001/12/15 15:26:31 1.3.2.1
+++ Makefile.am 2001/12/17 14:06:08 1.3.2.2
@@ -6,11 +6,11 @@
noinst_LIBRARIES = libutf8.a libgetopt.a
-libutf8_a_SOURCES = charset.c iconvert.c utf8.c
+libutf8_a_SOURCES = charset.c charset.h iconvert.c utf8.c
libgetopt_a_SOURCES = getopt.c getopt1.c
-EXTRA_DIST = charmaps.h makemap.c charset_test.c
+EXTRA_DIST = charmaps.h makemap.c charset_test.c charsetmap.h
debug:
$(MAKE) all CFLAGS="@DEBUG@"
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list