[xiph-cvs] cvs commit: vorbis-tools/oggenc Makefile.am
Jack Moffitt
jack at xiph.org
Mon Dec 31 16:56:10 PST 2001
jack 01/12/31 16:56:10
Modified: . configure.in
oggenc Makefile.am
Log:
change top_srcdir to top_builddir. For in place compiles, this is the
same, but for out of srcdir compiles, builddir is the correct choice.
Revision Changes Path
1.34 +1 -1 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- configure.in 2002/01/01 00:44:14 1.33
+++ configure.in 2002/01/01 00:56:09 1.34
@@ -90,7 +90,7 @@
AC_CHECK_LIB(socket, socket, SOCKET_LIBS="-lsocket")
AC_CHECK_LIB(nsl, gethostbyname, SOCKET_LIBS="-lnsl $SOCKET_LIBS")
-SHARE_LIBS='$(top_srcdir)/share/libutf8.a $(top_srcdir)/share/libgetopt.a'
+SHARE_LIBS='$(top_builddir)/share/libutf8.a $(top_builddir)/share/libgetopt.a'
SHARE_CFLAGS='-I$(top_srcdir)/include'
dnl --------------------------------------------------
1.16 +0 -2 vorbis-tools/oggenc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile.am 2002/01/01 00:44:15 1.15
+++ Makefile.am 2002/01/01 00:56:10 1.16
@@ -15,8 +15,6 @@
oggenc_SOURCES = oggenc.c audio.c encode.c platform.c \
audio.h encode.h platform.h
-#EXTRA_DIST = oggenc.dsp build_oggenc.bat
-
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